guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: 7kaa: Update to 2.15.5.


From: guix-commits
Subject: 03/05: gnu: 7kaa: Update to 2.15.5.
Date: Sat, 4 Jun 2022 21:10:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5c6808748d02a33eb495029eb5e6bfe6480b2852
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:01 2022 +0200

    gnu: 7kaa: Update to 2.15.5.
    
    * gnu/packages/games.scm (7kaa): Update to 2.15.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 844004e47d..a1bc6a9233 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -12063,7 +12063,7 @@ protect you.")
 (define-public 7kaa
   (package
     (name "7kaa")
-    (version "2.15.4p1")
+    (version "2.15.5")
     (source
      (origin
        (method url-fetch)
@@ -12071,7 +12071,7 @@ protect you.")
                            "releases/download/v" version "/"
                            "7kaa-" version ".tar.xz"))
        (sha256
-        (base32 "1y7v0jhp3apb619p7asikqr1dnwb2yxbh40wbx1ppmr5f03mq9ph"))))
+        (base32 "0axbv14fh87hwjabrb3zv7ivj88rs6kd2xq6s9qlpsszk20jc2im"))))
     (build-system gnu-build-system)
     (native-inputs
      (list gettext-minimal pkg-config))



reply via email to

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