guix-commits
[Top][All Lists]
Advanced

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

25/25: gnu: wesnoth: Update to 1.14.12.


From: guix-commits
Subject: 25/25: gnu: wesnoth: Update to 1.14.12.
Date: Sat, 13 Jun 2020 18:49:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ae89d96c08d8ca1a561908a942686c0d8f2fa122
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jun 11 19:33:02 2020 +0200

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



reply via email to

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