gnu: freeciv: Update to 2.6.5.

* gnu/packages/games.scm (freeciv): Update to 2.6.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-28 00:01:54 +02:00
parent 647e12abd3
commit 95c4f4f03c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5945,7 +5945,7 @@ (define-public kobodeluxe
(define-public freeciv
(package
(name "freeciv")
(version "2.6.4")
(version "2.6.5")
(source
(origin
(method url-fetch)
@ -5957,7 +5957,7 @@ (define-public freeciv
(version-major+minor version) "/" version
"/freeciv-" version ".tar.bz2")))
(sha256
(base32 "1kn122f57wn5a8ryxaz73dlbd5m93mqx3bqmmz2lkgdccrvrbns0"))))
(base32 "0ngcj59ak71i6m8yvbr0g3aryzpw1scalpdzgfqsq4mf9p3y2r1f"))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)