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

commit 67b7ea2120ee12c6fb2395d2f3bc05d2524125ab
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Sat Jul 6 18:59:01 2024 +0800

    gnu: kollision: Update to 24.05.2.
    
    * gnu/packages/kde-games.scm (kollision): Update to 24.05.2.
    [inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative.
    [arguments]: Set #:qtbase to qtbase.
    
    Change-Id: If239fbe7f4a8cf799241d5bfe4f6a1ac97f80bfc
---
 gnu/packages/kde-games.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index e7872e78be..dd3b615959 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1408,15 +1408,16 @@ This package is part of the KDE games module.")
 (define-public kollision
   (package
     (name "kollision")
-    (version "23.04.3")
+    (version "24.05.2")
     (source
      (origin
-      (method url-fetch)
-      (uri (string-append "mirror://kde/stable/release-service/" version
-                          "/src/kollision-" version ".tar.xz"))
-      (sha256
-       (base32 "0g9nz3df8nibcwlrjlyw306dnrx58nlga2lljn7a9acpmvbp6qgi"))))
+       (method url-fetch)
+       (uri (string-append "mirror://kde/stable/release-service/" version
+                           "/src/kollision-" version ".tar.xz"))
+       (sha256
+        (base32 "1fvhbvb72w5xgz6hyp795j07ngc78isbk4i9g0yfznl1z59hygs7"))))
     (build-system qt-build-system)
+    (arguments (list #:qtbase qtbase))
     (native-inputs
      (list extra-cmake-modules kdoctools))
     (inputs
@@ -1429,8 +1430,7 @@ This package is part of the KDE games module.")
            kwidgetsaddons
            kxmlgui
            libkdegames
-           qtbase-5
-           qtdeclarative-5))
+           qtdeclarative))
     (home-page "https://apps.kde.org/kollision/";)
     (synopsis "Simple ball dodging game")
     (description "In Kollision you use mouse to control a small blue ball in a

Reply via email to