diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-12-27 20:15:01 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-12-30 12:56:34 +0800 |
commit | a74324f31075f05e7464d23192b29967fa254f26 (patch) | |
tree | cce913422c0e1f6cb874461f593f121fd1ec4511 /gnu/packages/games.scm | |
parent | fd6e8c5056b8b1fda7c07a532cffdc2798de37ce (diff) |
gnu: wesnoth: Update to 1.18.3.
* gnu/packages/games.scm (wesnoth): Update to 1.18.3.
Change-Id: Id9d969c2094f8ba9bda6db885af6667dfe53fc22
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4f4968b241..5521b9b14f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4779,7 +4779,7 @@ falling, themeable graphics and sounds, and replays.") (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 @@ falling, themeable graphics and sounds, and replays.") (file-name (git-file-name name version)) (sha256 (base32 - "0ar0zkyl4rzqgambmdqhklscx478liql1k458ax64bp4xw441kfc")))) + "0habv0whb0y0r52sjln7yin1nfm3vjjxqlavm7jarcrg2s3v743k")))) (build-system cmake-build-system) (arguments (list #:tests? #f ;no test target |