This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e0a5fbe0fe gnu: wesnoth: Update to 1.19.18.
e0a5fbe0fe is described below

commit e0a5fbe0fec1a752105c87995a1736e2cd273566
Author: Kjartan Oli Agustsson <[email protected]>
AuthorDate: Thu Nov 20 01:11:56 2025 +0000

    gnu: wesnoth: Update to 1.19.18.
    
    * gnu/packages/games.scm (wesnoth): Update to 1.19.18.
    
    Change-Id: I1353f7a425a0ca84b2e76b24cf10ab20f232450a
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c61fa27098..8108b597c0 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5163,7 +5163,7 @@ falling, themeable graphics and sounds, and replays.")
 (define-public wesnoth
   (package
     (name "wesnoth")
-    (version "1.18.5")
+    (version "1.19.18")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5172,7 +5172,7 @@ falling, themeable graphics and sounds, and replays.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "16mrdpz1yq12ppnrmm4yv768zmh08qjdxh892pzc5i17n7xkmpy4"))))
+                "1rykgbgwip3pn4fj4cihmggjljx8kakv6nglcvrk9l14cm95h9g6"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f                  ;no test target

Reply via email to