gnu: wesnoth: Update to 1.14.13.

* gnu/packages/games.scm (wesnoth): Update to 1.14.13.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-18 02:29:41 +02:00
parent 667e3f490a
commit 85c4364c78
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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