nckx pushed a commit to branch master
in repository guix.
commit 4445b3a7f49951097fa3e16f0824e45cf1ce8bec
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue Feb 18 00:58:34 2020 +0100
gnu: freeciv: Update to 2.6.2.
* gnu/packages/games.scm (freeciv): Update to 2.6.2.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 3ec7f18..dfc9f9b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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)