summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorFoster Hangdaan <foster@hangdaan.email>2026-08-22 08:27:58 -0400
committerNguyễn Gia Phong <cnx@loang.net>2026-08-24 09:49:56 +0900
commit05150cc1ddd0583e8911bed35e0a1139b14e913e (patch)
tree2f2ac3db086475e68583ac668b413325d0e0a108 /gnu
parenteadddab128a00d524b55de7f19d035a13c2f76fc (diff)
gnu: wesnoth: Update to 1.18.8.
* gnu/packages/games.scm (wesnoth): Update to 1.18.8. Merges: https://codeberg.org/guix/guix/pulls/10727 Reviewed-by: Rodion Goritskov <rodion@goritskov.com> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4a8d0b49cdd..43bf95e01d8 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5932,7 +5932,7 @@ falling, themeable graphics and sounds, and replays.")
5932 (name "wesnoth") 5932 (name "wesnoth")
5933 ;; Even-numbered minor versions indicate stable versions: 5933 ;; Even-numbered minor versions indicate stable versions:
5934 ;; https://wiki.wesnoth.org/ReleasingWesnoth#Version_numbering 5934 ;; https://wiki.wesnoth.org/ReleasingWesnoth#Version_numbering
5935 (version "1.18.7") 5935 (version "1.18.8")
5936 (source (origin 5936 (source (origin
5937 (method git-fetch) 5937 (method git-fetch)
5938 (uri (git-reference 5938 (uri (git-reference
@@ -5941,7 +5941,7 @@ falling, themeable graphics and sounds, and replays.")
5941 (file-name (git-file-name name version)) 5941 (file-name (git-file-name name version))
5942 (sha256 5942 (sha256
5943 (base32 5943 (base32
5944 "0hdrp4xm9d8kj8id2g5q0wwdwykx4a0f1cs8a7fghmv0czryfv7f")))) 5944 "12bpfg476ncpiak0b195qicnzz2dpcd5s0fgmm8rgfq05x1cfgkm"))))
5945 (build-system cmake-build-system) 5945 (build-system cmake-build-system)
5946 (arguments 5946 (arguments
5947 (list #:tests? #f ;no test target 5947 (list #:tests? #f ;no test target