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


From: guix-commits
Subject: branch master updated: gnu: wesnoth: Update to 1.16.5.
Date: Wed, 24 Aug 2022 23:13:12 -0400

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

iyzsong pushed a commit to branch master
in repository guix.

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

commit 0e11067d53783bb5ac202480c76b84956d0e8762
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Thu Aug 25 11:12:03 2022 +0800

    gnu: wesnoth: Update to 1.16.5.
    
    * gnu/packages/games.scm (wesnoth): Update to 1.16.5.
---
 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 ebf805c119..5dc7298acb 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4163,7 +4163,7 @@ falling, themeable graphics and sounds, and replays.")
 (define-public wesnoth
   (package
     (name "wesnoth")
-    (version "1.16.1")
+    (version "1.16.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-"
@@ -4172,7 +4172,7 @@ falling, themeable graphics and sounds, and replays.")
                                   "wesnoth-" version ".tar.bz2"))
               (sha256
                (base32
-                "0cyrwmdg93pqpdm7030540jznaky9rda355i9ym8am4k9civlcwf"))))
+                "02pzijbmkgcb8hc4l3f4r3r3mxqda936dp488i9sd9d4m3xdzimh"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ;no check target



reply via email to

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