guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 27d27707ccb82a0b1757c6c47967778d17a3f451
Author: Anderson Torres <[email protected]>
AuthorDate: Sat Nov 22 20:37:56 2025 -0300

    gnu: 7kaa: Update to 2.15.7.
    
    * gnu/packages/games.scm (7kaa): Update to 2.15.7.
    
    Change-Id: Ice8354767e981889d2fb250d01967a09e92dcf9c
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 099c1b5a80..2d0ece4828 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11991,7 +11991,7 @@ protect you.")
 (define-public 7kaa
   (package
     (name "7kaa")
-    (version "2.15.6")
+    (version "2.15.7")
     (source
      (origin
        (method git-fetch)
@@ -11999,7 +11999,7 @@ protect you.")
               (url "https://git.code.sf.net/p/skfans/7kaa";)
               (commit (string-append "v" version))))
        (sha256
-        (base32 "02knhrk19pz2qiy2n48spipm0qa5rkh3vmfswk963d1yaj83whwj"))))
+        (base32 "1gfmgqdmqfaxj4hlz8x7zh3s36inns1gqqb8dq0r58b26xk42x2y"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to