guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: wesnoth: Update to 1.14.13.


From: guix-commits
Subject: 07/07: gnu: wesnoth: Update to 1.14.13.
Date: Wed, 17 Jun 2020 20:44:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 85c4364c7847a6c71432974c7f29d2239f1c32e8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jun 18 02:29:41 2020 +0200

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



reply via email to

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