guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: freeciv: Update to 3.0.7.


From: guix-commits
Subject: 08/10: gnu: freeciv: Update to 3.0.7.
Date: Thu, 13 Apr 2023 12:47:03 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit a0819cd5bc289f56eeed774a070a69fe5ce062d8
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Tue Apr 11 08:57:23 2023 +0300

    gnu: freeciv: Update to 3.0.7.
    
    * gnu/packages/games.scm (freeciv): Update to 3.0.7.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 6b2c534450..0fba4f5ce9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6015,7 +6015,7 @@ for Un*x systems with X11.")
 (define-public freeciv
   (package
    (name "freeciv")
-   (version "3.0.6")
+   (version "3.0.7")
    (source
     (origin
      (method url-fetch)
@@ -6027,7 +6027,7 @@ for Un*x systems with X11.")
                   (version-major+minor version) "/" version
                   "/freeciv-" version ".tar.xz")))
      (sha256
-      (base32 "0hp4mkbcf5sipqkfjynls4m1qlh6kn0mp3jlqjrjwylmgcah3rs0"))))
+      (base32 "1i6sm2ich9bazbg8wjzn8z1c5hgmg541lgw8f899fgfhgvqhdrpn"))))
    (build-system gnu-build-system)
    (inputs
     (list curl cyrus-sasl gtk+ sdl-mixer zlib))



reply via email to

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