diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-18 19:10:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-18 19:36:32 +0100 |
commit | 366e35c843391d137374c5a9bb2262227327f659 (patch) | |
tree | 6a5299f3bca8d0553d59b8b63152c7b109213e84 /gnu | |
parent | 286da74b80f90ed851c04f97b3d852ce03159834 (diff) | |
download | guix-366e35c843391d137374c5a9bb2262227327f659.tar guix-366e35c843391d137374c5a9bb2262227327f659.tar.gz |
gnu: freeciv: Update to 2.6.6.
* gnu/packages/games.scm (freeciv): Update to 2.6.6.
Diffstat (limited to 'gnu')
-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 ffe4e74cc3..6258d65f97 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5826,7 +5826,7 @@ for Un*x systems with X11.") (define-public freeciv (package (name "freeciv") - (version "2.6.5") + (version "2.6.6") (source (origin (method url-fetch) @@ -5838,7 +5838,7 @@ for Un*x systems with X11.") (version-major+minor version) "/" version "/freeciv-" version ".tar.bz2"))) (sha256 - (base32 "0ngcj59ak71i6m8yvbr0g3aryzpw1scalpdzgfqsq4mf9p3y2r1f")))) + (base32 "04aq2v1ima87sap6yjb7jrm1ss63ax7v5kg7rpkj44887kfybkvv")))) (build-system gnu-build-system) (inputs (list curl cyrus-sasl gtk+ sdl-mixer zlib)) |