gnu: wesnoth: Update to 1.14.3.

* gnu/packages/games.scm (wesnoth): Update to 1.14.3.
This commit is contained in:
宋文武 2018-06-16 20:51:49 +08:00
parent 697a9d0d06
commit 806f599c5b
No known key found for this signature in database
GPG Key ID: 26525665AE727D37

View File

@ -1822,7 +1822,7 @@ falling, themeable graphics and sounds, and replays.")
(define-public wesnoth (define-public wesnoth
(package (package
(name "wesnoth") (name "wesnoth")
(version "1.14.1") (version "1.14.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-"
@ -1831,7 +1831,7 @@ falling, themeable graphics and sounds, and replays.")
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1mzrnbv71b4s41c5x8clhb53l8lidiwzny1hl828228pvys5bxkb")))) "06648041nr77sgzr7jpmcn37cma3hp41qynp50xzddx28l17zwg9"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; no check target `(#:tests? #f)) ; no check target