guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: wesnoth: Update to 1.14.14.


From: guix-commits
Subject: 04/05: gnu: wesnoth: Update to 1.14.14.
Date: Sun, 13 Sep 2020 18:27:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 61d02cecd907b3cec14237bef3aafdcb6f62e6e9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Sep 14 00:22:10 2020 +0200

    gnu: wesnoth: Update to 1.14.14.
    
    * gnu/packages/games.scm (wesnoth): Update to 1.14.14.
---
 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 ac5d08b..f681987 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3664,7 +3664,7 @@ falling, themeable graphics and sounds, and replays.")
 (define-public wesnoth
   (package
     (name "wesnoth")
-    (version "1.14.13")
+    (version "1.14.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-"
@@ -3673,7 +3673,7 @@ falling, themeable graphics and sounds, and replays.")
                                   "wesnoth-" version ".tar.bz2"))
               (sha256
                (base32
-                "1pmqj4rah0256qi9w394ksb9apid723i5f5agkg6x1lahb1ac91q"))))
+                "1l7mdxn4kw938qz824057rqh99b7y9439a54s64n1xz95w77lp0r"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ;no check target



reply via email to

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