guix_mirror_bot pushed a commit to branch master
in repository guix.

commit de13ed7baeb4aeabbc1d5d8f491c2909dc182e3d
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 10:09:35 2025 +0530

    gnu: ksirk: Update to 25.08.3.
    
    * gnu/packages/kde-games.scm (ksirk): Update to 25.08.3.
    
    Change-Id: If0f70f14d81a4f6ec3bbe41b50d14111b5eef75f
---
 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 d4055aec41..6afc50b20c 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1140,14 +1140,14 @@ This package is part of the KDE games module.")
 (define-public ksirk
   (package
     (name "ksirk")
-    (version "25.08.2")
+    (version "25.08.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/ksirk-" version ".tar.xz"))
        (sha256
-        (base32 "17w1spgasbg8lqbkvhnhsadrz6a81wdjgwh0svywdmglw09nh4k7"))))
+        (base32 "1ip79mnp7xwba6vnds9f4scvfia3bqqpb4akvrqnmjsxb5ki2alr"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))

Reply via email to