z572 pushed a commit to branch qt-team
in repository guix.

commit ce932f7f9ea789a9cc4577665a99546e2bb04954
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Thu May 8 14:40:44 2025 +0800

    gnu: kollision: Update to 25.04.0.
    
    * gnu/packages/kde-games.scm (kollision): Update to 25.04.0.
    [inputs]: Add kiconthemes.
    
    Change-Id: I582cd1f7095038e45b673e883befb403dd272cf2
---
 gnu/packages/kde-games.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 54b2fc05f9..f2dcbf35aa 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1437,14 +1437,14 @@ This package is part of the KDE games module.")
 (define-public kollision
   (package
     (name "kollision")
-    (version "24.12.3")
+    (version "25.04.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kollision-" version ".tar.xz"))
        (sha256
-        (base32 "1ikmqa80v9j0qdb7vd4fpx5v6baiaia9ggwhhdkwb94y098yly8a"))))
+        (base32 "0hh85zl2wid190bgp542msigjyvdwfgvzvfcl22sx15ydnp6v6ma"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs
@@ -1456,6 +1456,7 @@ This package is part of the KDE games module.")
            kcrash
            kdbusaddons
            ki18n
+           kiconthemes
            kwidgetsaddons
            kxmlgui
            libkdegames

Reply via email to