guix-commits
[Top][All Lists]
Advanced

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

11/11: gnu: wesnoth: Update to 1.14.11.


From: guix-commits
Subject: 11/11: gnu: wesnoth: Update to 1.14.11.
Date: Mon, 17 Feb 2020 19:26:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b6f1c6bb943b9f624af74f88e45cc7f2145d2ab2
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Feb 18 01:09:45 2020 +0100

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



reply via email to

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