1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-31 22:21:29 +02:00

gnu: freeciv: Update to 3.2.4.

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

Change-Id: I8fa612fd51519d16e380dc8fec4565a703117445
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Patrick Norton
2026-05-07 20:19:03 -04:00
committed by Andreas Enge
parent a5c8e839e2
commit 71b97f2df4
+2 -2
View File
@@ -7747,7 +7747,7 @@ for Un*x systems with X11.")
(define-public freeciv
(package
(name "freeciv")
(version "3.2.3")
(version "3.2.4")
(source
(origin
(method url-fetch)
@@ -7759,7 +7759,7 @@ for Un*x systems with X11.")
(version-major+minor version) "/" version
"/freeciv-" version ".tar.xz")))
(sha256
(base32 "01ykv00dd5p1lql98dvsz01zsdbcxvymmqp7k547mnacpmc6v7cq"))))
(base32 "0b6kxm214ljklh7x7nz2rjzp5mwl6wjr3lsiqavlzp39pw49b8g0"))))
(build-system gnu-build-system)
(inputs
(list curl cyrus-sasl gtk+ sdl2-mixer sqlite zlib))