diff options
author | Steve George <steve@futurile.net> | 2022-02-26 08:59:58 +0000 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-28 11:01:10 +0100 |
commit | e2d26ed0616d107c9c507e16fe82d0936bae4805 (patch) | |
tree | a8b54b2afa8014a40676d5e1cb17ac6660b309c1 | |
parent | 9aae8a3e0d53fd0c11b8e98e1fd2d2232598b036 (diff) | |
download | guix-e2d26ed0616d107c9c507e16fe82d0936bae4805.tar.gz |
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>
-rw-r--r-- | gnu/packages/games.scm | 6 |
1 files 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)) |