diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-23 00:25:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-23 00:54:49 +0100 |
commit | 726d2df2f3014c5130069055c2c3b20bf5bba814 (patch) | |
tree | 57be4e7349951942254a96513d8c6482a34f0681 /gnu | |
parent | ad48ffbe1024340b563d9a9cae730b2b16ee330e (diff) | |
download | guix-726d2df2f3014c5130069055c2c3b20bf5bba814.tar.gz guix-726d2df2f3014c5130069055c2c3b20bf5bba814.zip |
gnu: wesnoth: Update to 1.14.15.
* gnu/packages/games.scm (wesnoth): Update to 1.14.15.
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 18978ccec1..6d0897e80b 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3817,7 +3817,7 @@ falling, themeable graphics and sounds, and replays.") (define-public wesnoth (package (name "wesnoth") - (version "1.14.14") + (version "1.14.15") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" @@ -3826,7 +3826,7 @@ falling, themeable graphics and sounds, and replays.") "wesnoth-" version ".tar.bz2")) (sha256 (base32 - "1l7mdxn4kw938qz824057rqh99b7y9439a54s64n1xz95w77lp0r")))) + "05iapxj3nzaqh10y42yq1jf7spxgm4iwjw4qj1c4lnb25xp4mc2h")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ;no check target |