guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 8a77b0a2139db64684166837bdd24fbb52dedbef
Author: Foster Hangdaan <[email protected]>
AuthorDate: Thu Jan 29 16:01:12 2026 -0500
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: 宋文武 <[email protected]>
---
gnu/packages/games.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 605f6e3377..9995392db9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5206,7 +5206,9 @@ falling, themeable graphics and sounds, and replays.")
(define-public wesnoth
(package
(name "wesnoth")
- (version "1.18.5")
+ ;; Even-numbered minor versions indicate stable versions:
+ ;; https://wiki.wesnoth.org/ReleasingWesnoth#Version_numbering
+ (version "1.18.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5215,7 +5217,7 @@ falling, themeable graphics and sounds, and replays.")
(file-name (git-file-name name version))
(sha256
(base32
- "16mrdpz1yq12ppnrmm4yv768zmh08qjdxh892pzc5i17n7xkmpy4"))))
+ "0cdlczxczqgzdaqwydb9gfgi7d9jc39li72p2rb5nk1rlgfff79s"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f ;no test target