guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0f02ca37a0b823663658285b6643b9734198b5eb
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:26:21 2025 +0530

    gnu: kigo: Update to 25.12.0.
    
    * gnu/packages/kde-games.scm (kigo): Update to 25.12.0.
    
    Change-Id: Ifaa243b8122d6e8a2e0c7ca29e85839551d406b6
---
 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 42d1098921..1df6d6146e 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1292,14 +1292,14 @@ This package is part of the KDE games module.")
 (define-public kigo
   (package
     (name "kigo")
-    (version "25.08.3")
+    (version "25.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kigo-" version ".tar.xz"))
        (sha256
-        (base32 "0frrgwszdisjzjhcdlwm3vxncj59x8zyrbsk85mly6mgw44x6fh5"))))
+        (base32 "15gphhp6rvdy98qy15lf2s9pwidjv1xchlchp9p3lipjf4hgd292"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to