guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: freeciv: Update to 2.6.4.


From: guix-commits
Subject: branch master updated: gnu: freeciv: Update to 2.6.4.
Date: Fri, 09 Apr 2021 13:38:27 -0400

This is an automated email from the git hooks/post-receive script.

kkebreau pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 018b6b4  gnu: freeciv: Update to 2.6.4.
018b6b4 is described below

commit 018b6b46f1adcc2f2d7ce2b15ca66e998a9f2f44
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Fri Apr 9 13:36:58 2021 -0400

    gnu: freeciv: Update to 2.6.4.
    
    * gnu/packages/games.scm (freeciv): Update to 2.6.4.
---
 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 048784a..74cf926 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5849,7 +5849,7 @@ for Un*x systems with X11.")
 (define-public freeciv
   (package
    (name "freeciv")
-   (version "2.6.3")
+   (version "2.6.4")
    (source
     (origin
      (method url-fetch)
@@ -5861,7 +5861,7 @@ for Un*x systems with X11.")
                   (version-major+minor version) "/" version
                   "/freeciv-" version ".tar.bz2")))
      (sha256
-      (base32 "1lgq7wcbhwpy2yqdw4biwfmp5q8fh7lhlwxcgm0fpaapfl12whvp"))))
+      (base32 "1kn122f57wn5a8ryxaz73dlbd5m93mqx3bqmmz2lkgdccrvrbns0"))))
    (build-system gnu-build-system)
    (inputs
     `(("curl" ,curl)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]