Skip to content
Snippets Groups Projects
Unverified Commit 93ce0037 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: wesnoth: Update to 1.14.7.

* gnu/packages/games.scm (wesnoth): Update to 1.14.7.
parent 9cf65f05
No related branches found
No related tags found
No related merge requests found
...@@ -2221,7 +2221,7 @@ (define-public gnujump ...@@ -2221,7 +2221,7 @@ (define-public gnujump
(define-public wesnoth (define-public wesnoth
(package (package
(name "wesnoth") (name "wesnoth")
(version "1.14.6") (version "1.14.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-"
...@@ -2230,7 +2230,7 @@ (define-public wesnoth ...@@ -2230,7 +2230,7 @@ (define-public wesnoth
"wesnoth-" version ".tar.bz2")) "wesnoth-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0aw3czw3nq8ffakhw2libhvrhnllj61xc5lxpjqv0ig1419s1lj5")))) "0j2yvkcggj5k0r2cqk8ndnj77m37a00srfd9qg7pdpqffbinqpj7"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; no check target `(#:tests? #f)) ; no check target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment