mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: freeciv: Update to 3.0.6.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
8eaef6abaa
commit
cb8b758956
1 changed files with 2 additions and 2 deletions
|
@ -6019,7 +6019,7 @@ (define-public kobodeluxe
|
||||||
(define-public freeciv
|
(define-public freeciv
|
||||||
(package
|
(package
|
||||||
(name "freeciv")
|
(name "freeciv")
|
||||||
(version "3.0.0")
|
(version "3.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6031,7 +6031,7 @@ (define-public freeciv
|
||||||
(version-major+minor version) "/" version
|
(version-major+minor version) "/" version
|
||||||
"/freeciv-" version ".tar.xz")))
|
"/freeciv-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1cm0530xmbqdhqkr89xb845cd756nillbdq53r3z5zpxsj18fapa"))))
|
(base32 "0hp4mkbcf5sipqkfjynls4m1qlh6kn0mp3jlqjrjwylmgcah3rs0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list curl cyrus-sasl gtk+ sdl-mixer zlib))
|
(list curl cyrus-sasl gtk+ sdl-mixer zlib))
|
||||||
|
|
Loading…
Reference in a new issue