gnu: freeciv: Update to 2.6.4.

* gnu/packages/games.scm (freeciv): Update to 2.6.4.
This commit is contained in:
Kei Kebreau 2021-04-09 13:36:58 -04:00
parent 8615e21a8c
commit 018b6b46f1
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

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