summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Gruber <felgru@posteo.net>2021-10-30 19:07:14 +0000
committerArun Isaac <arunisaac@systemreboot.net>2021-10-31 15:13:25 +0530
commit4e5000114ec01b5e92a87c52f2a10f9ba7a601c8 (patch)
tree947da3533a98b45b9e3c0f7114ea9616e1e4cb18
parent9f2c5e901e988b575d487629976d2d14be4ed61d (diff)
gnu: wesnoth: Update to 1.16.0.
* gnu/packages/games.scm (wesnoth): Update to 1.16.0. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 28443394b7a..782c2b9c2e2 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4147,7 +4147,7 @@ falling, themeable graphics and sounds, and replays.")
4147(define-public wesnoth 4147(define-public wesnoth
4148 (package 4148 (package
4149 (name "wesnoth") 4149 (name "wesnoth")
4150 (version "1.14.17") 4150 (version "1.16.0")
4151 (source (origin 4151 (source (origin
4152 (method url-fetch) 4152 (method url-fetch)
4153 (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" 4153 (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-"
@@ -4156,7 +4156,7 @@ falling, themeable graphics and sounds, and replays.")
4156 "wesnoth-" version ".tar.bz2")) 4156 "wesnoth-" version ".tar.bz2"))
4157 (sha256 4157 (sha256
4158 (base32 4158 (base32
4159 "1qc4ylhc4ab51milclzhflpmzw6bg35knwqaj3b157700jkcniin")))) 4159 "0qs102ws46z0cqyk3maxd1c4bywswlacbqkpmb51x9jd8c746vhz"))))
4160 (build-system cmake-build-system) 4160 (build-system cmake-build-system)
4161 (arguments 4161 (arguments
4162 `(#:tests? #f)) ;no check target 4162 `(#:tests? #f)) ;no check target