summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorFoster Hangdaan <foster@hangdaan.email>2026-01-29 16:01:12 -0500
committer宋文武 <iyzsong@member.fsf.org>2026-02-02 17:37:19 +0800
commit8a77b0a2139db64684166837bdd24fbb52dedbef (patch)
tree0c51aac33660a41a8fdb2c6d27a8121a22b3e266 /gnu
parent3e801b3f4ed20fced6edeb35feb3f992636924f7 (diff)
gnu: wesnoth: Update to 1.18.6.
* gnu/packages/games.scm (wesnoth): Update to 1.18.6. Closes: guix/guix#6016 Change-Id: I7ef8a513b618594c716b99b30eb4e18c57699a9f Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 605f6e3377c..9995392db97 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5206,7 +5206,9 @@ falling, themeable graphics and sounds, and replays.")
5206(define-public wesnoth 5206(define-public wesnoth
5207 (package 5207 (package
5208 (name "wesnoth") 5208 (name "wesnoth")
5209 (version "1.18.5") 5209 ;; Even-numbered minor versions indicate stable versions:
5210 ;; https://wiki.wesnoth.org/ReleasingWesnoth#Version_numbering
5211 (version "1.18.6")
5210 (source (origin 5212 (source (origin
5211 (method git-fetch) 5213 (method git-fetch)
5212 (uri (git-reference 5214 (uri (git-reference
@@ -5215,7 +5217,7 @@ falling, themeable graphics and sounds, and replays.")
5215 (file-name (git-file-name name version)) 5217 (file-name (git-file-name name version))
5216 (sha256 5218 (sha256
5217 (base32 5219 (base32
5218 "16mrdpz1yq12ppnrmm4yv768zmh08qjdxh892pzc5i17n7xkmpy4")))) 5220 "0cdlczxczqgzdaqwydb9gfgi7d9jc39li72p2rb5nk1rlgfff79s"))))
5219 (build-system cmake-build-system) 5221 (build-system cmake-build-system)
5220 (arguments 5222 (arguments
5221 (list #:tests? #f ;no test target 5223 (list #:tests? #f ;no test target