[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: freeciv: Update to 3.1.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: freeciv: Update to 3.1.3. |
Date: |
Fri, 03 Jan 2025 14:21:53 -0500 |
This is an automated email from the git hooks/post-receive script.
ieure pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 851c550290 gnu: freeciv: Update to 3.1.3.
851c550290 is described below
commit 851c550290ee39ea8beeded60730f2da82b32e1c
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Thu Jan 2 20:43:02 2025 +0200
gnu: freeciv: Update to 3.1.3.
* gnu/packages/games.scm (freeciv): Update to 3.1.3.
[inputs]: Remove sdl-mixer; Add sdl2-mixer, sqlite.
Change-Id: Id1cf7d6270cf787571929d920761ac8f70bb9f4c
Signed-off-by: Ian Eure <ian@retrospec.tv>
---
gnu/packages/games.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4608b8d2e8..d42c0b7d25 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6723,7 +6723,7 @@ for Un*x systems with X11.")
(define-public freeciv
(package
(name "freeciv")
- (version "3.0.8")
+ (version "3.1.3")
(source
(origin
(method url-fetch)
@@ -6735,10 +6735,10 @@ for Un*x systems with X11.")
(version-major+minor version) "/" version
"/freeciv-" version ".tar.xz")))
(sha256
- (base32 "1m3nwz0aad6p33zvmdldbw39riw2xqn99b6384bvx448c8ps6niv"))))
+ (base32 "0bvz5hqppj589w08bzrfzf5m6nwfwrzgg03lqb3p8hspjkx8c43l"))))
(build-system gnu-build-system)
(inputs
- (list curl cyrus-sasl gtk+ sdl-mixer zlib))
+ (list curl cyrus-sasl gtk+ sdl2-mixer sqlite zlib))
(native-inputs
(list pkg-config))
(home-page "https://www.freeciv.org/")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: freeciv: Update to 3.1.3.,
guix-commits <=