gnu: freeciv: Update to 3.0.7.
* gnu/packages/games.scm (freeciv): Update to 3.0.7. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
ad37ea2a7b
commit
a0819cd5bc
1 changed files with 2 additions and 2 deletions
|
@ -6015,7 +6015,7 @@ for Un*x systems with X11.")
|
||||||
(define-public freeciv
|
(define-public freeciv
|
||||||
(package
|
(package
|
||||||
(name "freeciv")
|
(name "freeciv")
|
||||||
(version "3.0.6")
|
(version "3.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6027,7 +6027,7 @@ for Un*x systems with X11.")
|
||||||
(version-major+minor version) "/" version
|
(version-major+minor version) "/" version
|
||||||
"/freeciv-" version ".tar.xz")))
|
"/freeciv-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hp4mkbcf5sipqkfjynls4m1qlh6kn0mp3jlqjrjwylmgcah3rs0"))))
|
(base32 "1i6sm2ich9bazbg8wjzn8z1c5hgmg541lgw8f899fgfhgvqhdrpn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list curl cyrus-sasl gtk+ sdl-mixer zlib))
|
(list curl cyrus-sasl gtk+ sdl-mixer zlib))
|
||||||
|
|
Reference in a new issue