diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-18 02:29:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-18 02:44:26 +0200 |
commit | 85c4364c7847a6c71432974c7f29d2239f1c32e8 (patch) | |
tree | b2f3689ed9ca300c2afbb9602791e565dc05f03e | |
parent | 667e3f490a4e8afa4cbab0010fcc463bdc473cf4 (diff) | |
download | guix-85c4364c7847a6c71432974c7f29d2239f1c32e8.tar.gz guix-85c4364c7847a6c71432974c7f29d2239f1c32e8.zip |
gnu: wesnoth: Update to 1.14.13.
* gnu/packages/games.scm (wesnoth): Update to 1.14.13.
-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 6601c077f6..39669ba1c9 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3011,7 +3011,7 @@ falling, themeable graphics and sounds, and replays.") (define-public wesnoth (package (name "wesnoth") - (version "1.14.12") + (version "1.14.13") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" @@ -3020,7 +3020,7 @@ falling, themeable graphics and sounds, and replays.") "wesnoth-" version ".tar.bz2")) (sha256 (base32 - "027bc1363hdgahw7dvd22fvvqd132byxnljfbq6lvlr5ci01q8mk")))) + "1pmqj4rah0256qi9w394ksb9apid723i5f5agkg6x1lahb1ac91q")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ;no check target |