mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: wesnoth: Update to 1.18.5.
* gnu/packages/games.scm (wesnoth): Update to 1.18.5. Change-Id: If4c019659804a8993b5a38c4bb145f768d434567 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
2785a55cbd
commit
a9e5fa25d7
1 changed files with 2 additions and 2 deletions
|
@ -5345,7 +5345,7 @@ falling, themeable graphics and sounds, and replays.")
|
||||||
(define-public wesnoth
|
(define-public wesnoth
|
||||||
(package
|
(package
|
||||||
(name "wesnoth")
|
(name "wesnoth")
|
||||||
(version "1.18.3")
|
(version "1.18.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -5354,7 +5354,7 @@ falling, themeable graphics and sounds, and replays.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0habv0whb0y0r52sjln7yin1nfm3vjjxqlavm7jarcrg2s3v743k"))))
|
"16mrdpz1yq12ppnrmm4yv768zmh08qjdxh892pzc5i17n7xkmpy4"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;no test target
|
(list #:tests? #f ;no test target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue