nckx pushed a commit to branch master
in repository guix.

commit 95c4f4f03c187a0a5a33d2e7fb8501da73ca2fef
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Mon Jun 28 00:01:54 2021 +0200

    gnu: freeciv: Update to 2.6.5.
    
    * gnu/packages/games.scm (freeciv): Update to 2.6.5.
---
 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 207b2ff..f626b38 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)

Reply via email to