mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: wesnoth: Update to 1.18.3.
* gnu/packages/games.scm (wesnoth): Update to 1.18.3. Change-Id: Id9d969c2094f8ba9bda6db885af6667dfe53fc22
This commit is contained in:
parent
fd6e8c5056
commit
a74324f310
1 changed files with 2 additions and 2 deletions
|
@ -4779,7 +4779,7 @@ (define-public gnujump
|
|||
(define-public wesnoth
|
||||
(package
|
||||
(name "wesnoth")
|
||||
(version "1.18.0")
|
||||
(version "1.18.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4788,7 +4788,7 @@ (define-public wesnoth
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ar0zkyl4rzqgambmdqhklscx478liql1k458ax64bp4xw441kfc"))))
|
||||
"0habv0whb0y0r52sjln7yin1nfm3vjjxqlavm7jarcrg2s3v743k"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;no test target
|
||||
|
|
Loading…
Reference in a new issue