diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-28 00:01:54 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-28 08:09:15 +0200 |
commit | 95c4f4f03c187a0a5a33d2e7fb8501da73ca2fef (patch) | |
tree | c10bb09d9c1e8ea832e21cd703341eb714f781e1 /gnu/packages/games.scm | |
parent | 647e12abd3e93d0c4159a44c0afc33fbbc7b8044 (diff) |
gnu: freeciv: Update to 2.6.5.
* gnu/packages/games.scm (freeciv): Update to 2.6.5.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 207b2ff228..f626b38023 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5945,7 +5945,7 @@ for Un*x systems with X11.") (define-public freeciv (package (name "freeciv") - (version "2.6.4") + (version "2.6.5") (source (origin (method url-fetch) @@ -5957,7 +5957,7 @@ for Un*x systems with X11.") (version-major+minor version) "/" version "/freeciv-" version ".tar.bz2"))) (sha256 - (base32 "1kn122f57wn5a8ryxaz73dlbd5m93mqx3bqmmz2lkgdccrvrbns0")))) + (base32 "0ngcj59ak71i6m8yvbr0g3aryzpw1scalpdzgfqsq4mf9p3y2r1f")))) (build-system gnu-build-system) (inputs `(("curl" ,curl) |