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


From: guix-commits
Subject: branch master updated: gnu: freeciv: Update to 3.0.0.
Date: Mon, 28 Feb 2022 05:09:37 -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 e2d26ed061 gnu: freeciv: Update to 3.0.0.
e2d26ed061 is described below

commit e2d26ed0616d107c9c507e16fe82d0936bae4805
Author: Steve George <steve@futurile.net>
AuthorDate: Sat Feb 26 08:59:58 2022 +0000

    gnu: freeciv: Update to 3.0.0.
    
    * gnu/packages/games.scm (freeciv): Update to 3.0.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 80dc788267..a39470a07b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5821,7 +5821,7 @@ for Un*x systems with X11.")
 (define-public freeciv
   (package
    (name "freeciv")
-   (version "2.6.6")
+   (version "3.0.0")
    (source
     (origin
      (method url-fetch)
@@ -5831,9 +5831,9 @@ for Un*x systems with X11.")
                 (string-append
                   "mirror://sourceforge/freeciv/Freeciv%20"
                   (version-major+minor version) "/" version
-                  "/freeciv-" version ".tar.bz2")))
+                  "/freeciv-" version ".tar.xz")))
      (sha256
-      (base32 "04aq2v1ima87sap6yjb7jrm1ss63ax7v5kg7rpkj44887kfybkvv"))))
+      (base32 "1cm0530xmbqdhqkr89xb845cd756nillbdq53r3z5zpxsj18fapa"))))
    (build-system gnu-build-system)
    (inputs
     (list curl cyrus-sasl gtk+ sdl-mixer zlib))



reply via email to

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