guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: wesnoth: Update to 1.16.0.


From: guix-commits
Subject: branch master updated: gnu: wesnoth: Update to 1.16.0.
Date: Sun, 31 Oct 2021 05:43:54 -0400

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

arunisaac pushed a commit to branch master
in repository guix.

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

commit 4e5000114ec01b5e92a87c52f2a10f9ba7a601c8
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sat Oct 30 19:07:14 2021 +0000

    gnu: wesnoth: Update to 1.16.0.
    
    * gnu/packages/games.scm (wesnoth): Update to 1.16.0.
    
    Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
---
 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 2844339..782c2b9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4147,7 +4147,7 @@ falling, themeable graphics and sounds, and replays.")
 (define-public wesnoth
   (package
     (name "wesnoth")
-    (version "1.14.17")
+    (version "1.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-"
@@ -4156,7 +4156,7 @@ falling, themeable graphics and sounds, and replays.")
                                   "wesnoth-" version ".tar.bz2"))
               (sha256
                (base32
-                "1qc4ylhc4ab51milclzhflpmzw6bg35knwqaj3b157700jkcniin"))))
+                "0qs102ws46z0cqyk3maxd1c4bywswlacbqkpmb51x9jd8c746vhz"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ;no check target



reply via email to

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