guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: freeciv: Update to 2.6.2.1.


From: guix-commits
Subject: branch master updated: gnu: freeciv: Update to 2.6.2.1.
Date: Wed, 23 Dec 2020 16:00:28 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0084f7e  gnu: freeciv: Update to 2.6.2.1.
0084f7e is described below

commit 0084f7e9b2ba71f902b6911e8940b17cd75f7976
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Wed Dec 23 11:19:02 2020 +0100

    gnu: freeciv: Update to 2.6.2.1.
    
    * gnu/packages/games.scm (freeciv): Update to 2.6.2.1.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 6d0897e..3db01e9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5571,7 +5571,7 @@ for Un*x systems with X11.")
 (define-public freeciv
   (package
    (name "freeciv")
-   (version "2.6.2")
+   (version "2.6.2.1")
    (source
     (origin
      (method url-fetch)
@@ -5583,7 +5583,7 @@ for Un*x systems with X11.")
                   (version-major+minor version) "/" version
                   "/freeciv-" version ".tar.bz2")))
      (sha256
-      (base32 "13vc2xg1cf19rhbnr7k38b56b2hdapqymq5vma1l69kn7hyyz0b1"))))
+      (base32 "0pjqnwpxsirhyf5c4f1b9gxkqah0213wqaynklq84mahq41sq15x"))))
    (build-system gnu-build-system)
    (inputs
     `(("curl" ,curl)



reply via email to

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