1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-01 01:24:03 +02: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
+2 -2
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))