me
/
guix
Archived
1
0
Fork 0

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>
master
Timotej Lazar 2024-04-06 10:44:02 +02:00 committed by Christopher Baines
parent 83a2ff488d
commit 27f4896a18
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 3 additions and 5 deletions

View File

@ -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)