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

commit 437f515d5e30d00e80d3830f876706b6faabfeab
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 6 18:28:07 2024 +0800

    gnu: kpmcore: Update to 24.05.2.
    
    * gnu/packages/kde.scm (kpmcore): Update to 24.05.2.
    [inputs]: Remove polkit-qt, qtbase-5, and qca; add polkit-qt6, qtbase, and
    qca-qt6.
    
    Change-Id: I988f1557a012e67c7a896fde392a55d45375786e
---
 gnu/packages/kde.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index fb3fa82d39..49fc722e79 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1186,7 +1186,7 @@ multi-floor indoor maps.")
 (define-public kpmcore
   (package
     (name "kpmcore")
-    (version "23.04.3")
+    (version "24.05.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1194,7 +1194,7 @@ multi-floor indoor maps.")
                     "/src/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0cz0pz84sxa7lvkq8v25775z7x7g6pz9sq7c90pfv8h9qsz8q1l9"))))
+                "1nrmfxs8hbba8b3ml4g9qaf0klzcm8ar052npv5lm0whx6zld1lf"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config))
@@ -1203,9 +1203,9 @@ multi-floor indoor maps.")
            kcoreaddons
            ki18n
            kwidgetsaddons
-           polkit-qt
-           qtbase-5
-           qca
+           polkit-qt6
+           qtbase
+           qca-qt6
            `(,util-linux "lib")))
     (arguments
      (list

Reply via email to