diff options
author | Leo Famulari <leo@famulari.name> | 2018-07-23 13:51:48 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-07-23 14:30:12 -0400 |
commit | 8fca43e2df08fc465a44e200bd5df4b14c0aa213 (patch) | |
tree | ab4e366a5f79e5cfb334d3febfc74a1dbc978516 /gnu/packages/games.scm | |
parent | 3adacb49fc1d187a90cf0aa9cdc23bf9f050d656 (diff) | |
download | guix-8fca43e2df08fc465a44e200bd5df4b14c0aa213.tar.gz |
gnu: wesnoth: Update to 1.14.4 [fixes CVE-2018-1999023].
* gnu/packages/games.scm (wesnoth): Update to 1.14.4.
Diffstat (limited to 'gnu/packages/games.scm')
-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 4dbdfae819..1082dadae6 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1957,7 +1957,7 @@ falling, themeable graphics and sounds, and replays.") (define-public wesnoth (package (name "wesnoth") - (version "1.14.3") + (version "1.14.4") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" @@ -1966,7 +1966,7 @@ falling, themeable graphics and sounds, and replays.") name "-" version ".tar.bz2")) (sha256 (base32 - "06648041nr77sgzr7jpmcn37cma3hp41qynp50xzddx28l17zwg9")))) + "1hw1ap8xxpdwyx1sf8fm1g75p6724y3hwb4kpvyqbsq7bwfwsb9i")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; no check target |