summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-28 00:01:54 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-28 08:09:15 +0200
commit95c4f4f03c187a0a5a33d2e7fb8501da73ca2fef (patch)
treec10bb09d9c1e8ea832e21cd703341eb714f781e1 /gnu
parent647e12abd3e93d0c4159a44c0afc33fbbc7b8044 (diff)
downloadguix-95c4f4f03c187a0a5a33d2e7fb8501da73ca2fef.tar.gz
gnu: freeciv: Update to 2.6.5.
* gnu/packages/games.scm (freeciv): Update to 2.6.5.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm4
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)