me
/
guix
Archived
1
0
Fork 0

gnu: freeciv: Update to 2.6.2.

* gnu/packages/games.scm (freeciv): Update to 2.6.2.
master
Tobias Geerinckx-Rice 2020-02-18 00:58:34 +01:00
parent 88a4ec2ce6
commit 4445b3a7f4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4190,7 +4190,7 @@ for Un*x systems with X11.")
(define-public freeciv
(package
(name "freeciv")
(version "2.6.1")
(version "2.6.2")
(source
(origin
(method url-fetch)
@ -4202,7 +4202,7 @@ for Un*x systems with X11.")
(version-major+minor version) "/" version
"/freeciv-" version ".tar.bz2")))
(sha256
(base32 "1qmrhrwm0ryvsh1zsxcxj128lhyvaxap7k39sam3hh8rl0fq9rnc"))))
(base32 "13vc2xg1cf19rhbnr7k38b56b2hdapqymq5vma1l69kn7hyyz0b1"))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)