diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-18 01:09:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-18 01:26:07 +0100 |
commit | b6f1c6bb943b9f624af74f88e45cc7f2145d2ab2 (patch) | |
tree | 62fce38332e2a27e42c75c887dd2577f7b810c66 /gnu | |
parent | 4445b3a7f49951097fa3e16f0824e45cf1ce8bec (diff) | |
download | patches-b6f1c6bb943b9f624af74f88e45cc7f2145d2ab2.tar patches-b6f1c6bb943b9f624af74f88e45cc7f2145d2ab2.tar.gz |
gnu: wesnoth: Update to 1.14.11.
* gnu/packages/games.scm (wesnoth): Update to 1.14.11.
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 dfc9f9beba..fe32fb9687 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2582,7 +2582,7 @@ falling, themeable graphics and sounds, and replays.") (define-public wesnoth (package (name "wesnoth") - (version "1.14.9") + (version "1.14.11") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" @@ -2591,7 +2591,7 @@ falling, themeable graphics and sounds, and replays.") "wesnoth-" version ".tar.bz2")) (sha256 (base32 - "1mhdrlflxxyknf54lwdbvs7fazlc1scf7z6vxxa3j746fks533ga")))) + "1i8mz6gw3qar09bscczhki0g4scj8pl58v85rp0g55r4bcq41l5v")))) (build-system cmake-build-system) (arguments `(#:tests? #f ;no check target |