This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 478e3f7a8e gnu: freeciv: Update to 3.2.3.
478e3f7a8e is described below
commit 478e3f7a8ea448fc758181d1cf0bfaae0f79c3a6
Author: Patrick Norton <[email protected]>
AuthorDate: Sat Feb 28 08:14:50 2026 -0500
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 <[email protected]>
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index e670c9c6f0..12ccb13e5b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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))