guix_mirror_bot pushed a commit to branch master
in repository guix.

commit baabf087dc7975772c536df816a3c743157a2790
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:26:15 2025 +0530

    gnu: kshisen: Update to 25.12.0.
    
    * gnu/packages/kde-games.scm (kshisen): Update to 25.12.0.
    
    Change-Id: I9f3ae448c8b93ee8daf1ae412a224afdc073bf4c
---
 gnu/packages/kde-games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 1b9d8ffbb5..7b0e541673 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -366,14 +366,14 @@ This package is part of the KDE games module.")
 (define-public kshisen
   (package
     (name "kshisen")
-    (version "25.08.3")
+    (version "25.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/"
                            version "/src/kshisen-" version ".tar.xz"))
        (sha256
-        (base32 "1a0y11kyrpibf3vl4imlgmnhi9vmpy3yaxj7nqlv6xy26a2lxzyh"))))
+        (base32 "1a35fb3bb0nvjas1d3cmjxr5gchh85cdp1dcwm7r6ph3wjirfmfg"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules

Reply via email to