diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-09 22:32:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-11 19:55:38 +0200 |
commit | 93ce003741f455778d383b360cec87b13e86e98c (patch) | |
tree | 86fcd3f3cfad8e89f2bebc1fa419c194b47f16f5 /gnu/packages | |
parent | 9cf65f051c3b90b64815b656d4089e3b7ad6428f (diff) | |
download | patches-93ce003741f455778d383b360cec87b13e86e98c.tar patches-93ce003741f455778d383b360cec87b13e86e98c.tar.gz |
gnu: wesnoth: Update to 1.14.7.
* gnu/packages/games.scm (wesnoth): Update to 1.14.7.
Diffstat (limited to 'gnu/packages')
-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 ab0eeaa959..ebfd7b38a9 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2221,7 +2221,7 @@ falling, themeable graphics and sounds, and replays.") (define-public wesnoth (package (name "wesnoth") - (version "1.14.6") + (version "1.14.7") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" @@ -2230,7 +2230,7 @@ falling, themeable graphics and sounds, and replays.") "wesnoth-" version ".tar.bz2")) (sha256 (base32 - "0aw3czw3nq8ffakhw2libhvrhnllj61xc5lxpjqv0ig1419s1lj5")))) + "0j2yvkcggj5k0r2cqk8ndnj77m37a00srfd9qg7pdpqffbinqpj7")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; no check target |