me
/
guix
Archived
1
0
Fork 0

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>
Steve George 2022-02-26 08:59:58 +00:00 committed by Nicolas Goaziou
parent 9aae8a3e0d
commit e2d26ed061
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -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))