mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
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>
This commit is contained in:
parent
f1669d5cd8
commit
851c550290
1 changed files with 3 additions and 3 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue