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.14.17.


From: guix-commits
Subject: branch master updated: gnu: wesnoth: Update to 1.14.17.
Date: Tue, 22 Jun 2021 17:03:39 -0400

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

ngz pushed a commit to branch master
in repository guix.

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

commit 65c9251ef271e5a36fc5fc047e8d4c4964bb409d
Author: Solene Rapenne via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Tue Jun 22 20:12:35 2021 +0200

    gnu: wesnoth: Update to 1.14.17.
    
    * gnu/packages/games.scm (wesnoth): Update to 1.14.17.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 d365301..c38011c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4176,7 +4176,7 @@ falling, themeable graphics and sounds, and replays.")
 (define-public wesnoth
   (package
     (name "wesnoth")
-    (version "1.14.16")
+    (version "1.14.17")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-"
@@ -4185,7 +4185,7 @@ falling, themeable graphics and sounds, and replays.")
                                   "wesnoth-" version ".tar.bz2"))
               (sha256
                (base32
-                "1d9hq3dcx0sgs2v4400rg2nw98v46m7bwiqqjv8z8n7vw8kx8lhg"))))
+                "1qc4ylhc4ab51milclzhflpmzw6bg35knwqaj3b157700jkcniin"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ;no check target



reply via email to

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