gnu: freeciv: Update to 3.0.8.

* gnu/packages/games.scm (freeciv): Update to 3.0.8.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent b0efcee722
commit 1db72854cf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6278,7 +6278,7 @@ (define-public kobodeluxe
(define-public freeciv
(package
(name "freeciv")
(version "3.0.7")
(version "3.0.8")
(source
(origin
(method url-fetch)
@ -6290,7 +6290,7 @@ (define-public freeciv
(version-major+minor version) "/" version
"/freeciv-" version ".tar.xz")))
(sha256
(base32 "1i6sm2ich9bazbg8wjzn8z1c5hgmg541lgw8f899fgfhgvqhdrpn"))))
(base32 "1m3nwz0aad6p33zvmdldbw39riw2xqn99b6384bvx448c8ps6niv"))))
(build-system gnu-build-system)
(inputs
(list curl cyrus-sasl gtk+ sdl-mixer zlib))