3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: freeciv: Update to 3.0.7.

* gnu/packages/games.scm (freeciv): Update to 3.0.7.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Yovan Naumovski 2023-04-11 08:57:23 +03:00 committed by Christopher Baines
parent ad37ea2a7b
commit a0819cd5bc
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -6015,7 +6015,7 @@ for Un*x systems with X11.")
(define-public freeciv
(package
(name "freeciv")
(version "3.0.6")
(version "3.0.7")
(source
(origin
(method url-fetch)
@ -6027,7 +6027,7 @@ for Un*x systems with X11.")
(version-major+minor version) "/" version
"/freeciv-" version ".tar.xz")))
(sha256
(base32 "0hp4mkbcf5sipqkfjynls4m1qlh6kn0mp3jlqjrjwylmgcah3rs0"))))
(base32 "1i6sm2ich9bazbg8wjzn8z1c5hgmg541lgw8f899fgfhgvqhdrpn"))))
(build-system gnu-build-system)
(inputs
(list curl cyrus-sasl gtk+ sdl-mixer zlib))