1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: freeciv: Update to 3.2.3.

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

Change-Id: I595f0907cc8825233196a41f0bf2fca8fbbe1378
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Patrick Norton
2026-02-28 08:14:50 -05:00
committed by Andreas Enge
parent 21a7a96cbf
commit 478e3f7a8e

View File

@@ -7528,7 +7528,7 @@ for Un*x systems with X11.")
(define-public freeciv
(package
(name "freeciv")
(version "3.1.4")
(version "3.2.3")
(source
(origin
(method url-fetch)
@@ -7540,7 +7540,7 @@ for Un*x systems with X11.")
(version-major+minor version) "/" version
"/freeciv-" version ".tar.xz")))
(sha256
(base32 "1r4n6bqvazsn6q41xq5l86xj7rpfi4dxva6mhz17ql640fwrp68l"))))
(base32 "01ykv00dd5p1lql98dvsz01zsdbcxvymmqp7k547mnacpmc6v7cq"))))
(build-system gnu-build-system)
(inputs
(list curl cyrus-sasl gtk+ sdl2-mixer sqlite zlib))