GNU bug report logs - #54169
[PATCH 1/1] gnu: freeciv: Update to 3.0.0.

Previous Next

Package: guix-patches;

Reported by: Steve George <steve <at> futurile.net>

Date: Sat, 26 Feb 2022 09:01:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Steve George <steve <at> futurile.net>
To: 54169 <at> debbugs.gnu.org
Cc: Steve George <steve <at> futurile.net>
Subject: [bug#54169] [PATCH 1/1] gnu: freeciv: Update to 3.0.0.
Date: Sat, 26 Feb 2022 08:59:58 +0000
* gnu/packages/games.scm (freeciv): Update to 3.0.0.
---
 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))

base-commit: 5b71034fe81c2639bb7a9121146ddc551f6067f9
-- 
2.17.1





This bug report was last modified 3 years and 81 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.