diff options
-rw-r--r-- | gnu/packages/games.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 80ea82c123..284a7d8f04 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -24,7 +24,7 @@ ;;; Copyright © 2016 Steve Webber <[email protected]> ;;; Copyright © 2017 Adonay "adfeno" Felipe Nogueira <https://libreplanet.org/wiki/User:Adfeno> <[email protected]> ;;; Copyright © 2017, 2018 Arun Isaac <[email protected]> -;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2017, 2019 nee <[email protected]> ;;; Copyright © 2017 Clément Lassieur <[email protected]> ;;; Copyright © 2017, 2019 Marius Bakke <[email protected]> @@ -4144,7 +4144,7 @@ for Un*x systems with X11.") (define-public freeciv (package (name "freeciv") - (version "2.6.0") + (version "2.6.1") (source (origin (method url-fetch) @@ -4156,8 +4156,7 @@ for Un*x systems with X11.") (version-major+minor version) "/" version "/freeciv-" version ".tar.bz2"))) (sha256 - (base32 - "16f9wsnn7073s6chzbm3819swd0iw019p9nrzr3diiynk28kj83w")))) + (base32 "1qmrhrwm0ryvsh1zsxcxj128lhyvaxap7k39sam3hh8rl0fq9rnc")))) (build-system gnu-build-system) (inputs `(("curl" ,curl) |