guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/21: gnu: wesnoth: Update to 1.16.9.


From: guix-commits
Subject: 19/21: gnu: wesnoth: Update to 1.16.9.
Date: Mon, 17 Jul 2023 12:36:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e5830022d9c03d0d2978315a58d00c27e66ae321
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:03 2023 +0200

    gnu: wesnoth: Update to 1.16.9.
    
    * gnu/packages/games.scm (wesnoth): Update to 1.16.9.
---
 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 c1dc44950c..2b763b905e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4521,7 +4521,7 @@ falling, themeable graphics and sounds, and replays.")
 (define-public wesnoth
   (package
     (name "wesnoth")
-    (version "1.16.6")
+    (version "1.16.9")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4530,7 +4530,7 @@ falling, themeable graphics and sounds, and replays.")
               (file-name (string-append name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0hfvxmdnwn86w254blbjacia342j47rhhahm6ca79la9d04rlz3m"))))
+                "06gfgkg8f98jsj9vnbglw5lqflqzf0229n6wf3xl12carjzgaq9g"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f)) ;no test target



reply via email to

[Prev in Thread] Current Thread [Next in Thread]