[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/20: gnu: widelands: Update to 1.2.
From: |
guix-commits |
Subject: |
13/20: gnu: widelands: Update to 1.2. |
Date: |
Mon, 15 Apr 2024 05:18:43 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 27f4896a1807a0925f328f5a0908c89f8f3883e9
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Sat Apr 6 10:44:02 2024 +0200
gnu: widelands: Update to 1.2.
* gnu/packages/games.scm (widelands): Update to 1.2.
[inputs]: Drop boost, curl.
[native-inputs]: Replace python-wrapper with python.
Change-Id: I1a98739a5da801d3686acf152989c8ce15f16a90
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/games.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 555e70b1c9..1dba7410f3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5786,7 +5786,7 @@ tactics.")
(define-public widelands
(package
(name "widelands")
- (version "1.1")
+ (version "1.2")
(source
(origin
(method git-fetch)
@@ -5795,7 +5795,7 @@ tactics.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "07wbalwdmml9vdh9nh50svnsw4sdj9nnp32azbss8vzq5mxmzvbx"))
+ (base32 "1m9hn1sh1siggribzsq79k7p0lggdw41ji7zdl6h648cjak9mdsp"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -5830,11 +5830,9 @@ tactics.")
(native-inputs
`(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)
- ("python" ,python-wrapper)))
+ ("python" ,python)))
(inputs
`(("asio" ,asio)
- ("curl" ,curl)
- ("boost" ,boost)
("glew" ,glew)
("icu4c" ,icu4c)
("libpng" ,libpng)
- branch master updated (6b3c90f638 -> 8e3831eb12), guix-commits, 2024/04/15
- 01/20: gnu: borg: Update to 1.2.8., guix-commits, 2024/04/15
- 02/20: gnu: simavr: Remove modules from arguments., guix-commits, 2024/04/15
- 05/20: gnu: rsync: Update to 3.3.0., guix-commits, 2024/04/15
- 07/20: gnu: cross-gcc-patches: Avoid patch for GCC 13+., guix-commits, 2024/04/15
- 04/20: gnu: signon-plugin-oauth2: Fix installing in a doubled prefix., guix-commits, 2024/04/15
- 10/20: gnu: conky: Update to 1.19.8., guix-commits, 2024/04/15
- 11/20: gnu: meld: Update to 3.22.2., guix-commits, 2024/04/15
- 13/20: gnu: widelands: Update to 1.2.,
guix-commits <=
- 18/20: gnu: coin3d: Avoid use of dlopen., guix-commits, 2024/04/15
- 03/20: gnu: tests: Add system test for sddm., guix-commits, 2024/04/15
- 06/20: gnu: diffoscope: Increase test verbosity., guix-commits, 2024/04/15
- 09/20: gnu: Add gcc-cross-x86_64-w64-mingw32-toolchain-13., guix-commits, 2024/04/15
- 08/20: gnu: cross-gcc: Add patch for GCC 13., guix-commits, 2024/04/15
- 12/20: gnu: xpra: Update to 5.0.8., guix-commits, 2024/04/15
- 16/20: gnu: coin3d: Use G-Expressions., guix-commits, 2024/04/15
- 17/20: gnu: coin3d: Use system expat., guix-commits, 2024/04/15
- 19/20: gnu: coin3d: Update to 4.0.2., guix-commits, 2024/04/15
- 14/20: gnu: widelands: Improve package style., guix-commits, 2024/04/15