diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-26 23:02:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-27 00:49:54 +0100 |
commit | d0db0e78928f84c86e4bfb6db012fb24e0c16046 (patch) | |
tree | 5c990ed9bc1766497c68e63de9dc036a4ad99ea9 /gnu | |
parent | b7beb039a20698d1b2a4d4670b11d8977ab1bf2f (diff) | |
download | guix-d0db0e78928f84c86e4bfb6db012fb24e0c16046.tar.gz |
gnu: wesnoth: Update to 1.16.1.
* gnu/packages/games.scm (wesnoth): Update to 1.16.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 5b0493f9ac..0a331f3988 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4151,7 +4151,7 @@ falling, themeable graphics and sounds, and replays.") (define-public wesnoth (package (name "wesnoth") - (version "1.16.0") + (version "1.16.1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" @@ -4160,7 +4160,7 @@ falling, themeable graphics and sounds, and replays.") "wesnoth-" version ".tar.bz2")) (sha256 (base32 - "0qs102ws46z0cqyk3maxd1c4bywswlacbqkpmb51x9jd8c746vhz")))) + "0cyrwmdg93pqpdm7030540jznaky9rda355i9ym8am4k9civlcwf")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ;no check target |