diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2018-06-16 20:51:49 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2018-06-16 22:16:39 +0800 |
commit | 806f599c5bc630362359809e66ee8d6f275580c3 (patch) | |
tree | e8af417af6e913349058a6a140ca71e0443cb987 /gnu/packages | |
parent | 697a9d0d06bde87dec4a684be46f39eb9b485190 (diff) | |
download | patches-806f599c5bc630362359809e66ee8d6f275580c3.tar patches-806f599c5bc630362359809e66ee8d6f275580c3.tar.gz |
gnu: wesnoth: Update to 1.14.3.
* gnu/packages/games.scm (wesnoth): Update to 1.14.3.
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 7d6d2e8c4a..e5d5765ff3 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1822,7 +1822,7 @@ falling, themeable graphics and sounds, and replays.") (define-public wesnoth (package (name "wesnoth") - (version "1.14.1") + (version "1.14.3") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" @@ -1831,7 +1831,7 @@ falling, themeable graphics and sounds, and replays.") name "-" version ".tar.bz2")) (sha256 (base32 - "1mzrnbv71b4s41c5x8clhb53l8lidiwzny1hl828228pvys5bxkb")))) + "06648041nr77sgzr7jpmcn37cma3hp41qynp50xzddx28l17zwg9")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; no check target |