diff options
author | Alex Griffin <a@ajgrf.com> | 2016-07-22 13:09:01 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-07-22 16:12:16 -0400 |
commit | 26ad4adb5568c6ff370f446431b079520fb09615 (patch) | |
tree | 8fb19f9794f8a8cbeef42c888b30bdf0957d4175 /gnu/packages | |
parent | eddf9ae95e4860274fa1a1855c5c40abc311f228 (diff) | |
download | guix-26ad4adb5568c6ff370f446431b079520fb09615.tar guix-26ad4adb5568c6ff370f446431b079520fb09615.tar.gz |
gnu: wesnoth: Update to 1.12.6.
* gnu/packages/games.scm (wesnoth): Update to 1.12.6.
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 068b7d4cf5..672d64098b 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1023,7 +1023,7 @@ falling, themeable graphics and sounds, and replays.") (define-public wesnoth (package (name "wesnoth") - (version "1.12.5") + (version "1.12.6") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" @@ -1032,7 +1032,7 @@ falling, themeable graphics and sounds, and replays.") name "-" version ".tar.bz2")) (sha256 (base32 - "07d8ms9ayswg2g530p0zwmz3d77zv68l6nmc718iq9sbv90av6jr")))) + "0kifp6g1dsr16m6ngjq2hx19h851fqg326ps3krnhpyix963h3x5")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no check target |