gnu: wesnoth: Update to 1.14.12.

* gnu/packages/games.scm (wesnoth): Update to 1.14.12.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-11 19:33:02 +02:00
parent b9587aa3c7
commit ae89d96c08
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2970,7 +2970,7 @@ (define-public gnujump
(define-public wesnoth (define-public wesnoth
(package (package
(name "wesnoth") (name "wesnoth")
(version "1.14.11") (version "1.14.12")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-"
@ -2979,7 +2979,7 @@ (define-public wesnoth
"wesnoth-" version ".tar.bz2")) "wesnoth-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1i8mz6gw3qar09bscczhki0g4scj8pl58v85rp0g55r4bcq41l5v")))) "027bc1363hdgahw7dvd22fvvqd132byxnljfbq6lvlr5ci01q8mk"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ;no check target `(#:tests? #f)) ;no check target