From 437f515d5e30d00e80d3830f876706b6faabfeab Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Sat, 6 Jul 2024 18:28:07 +0800 Subject: 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 @@ (define-public kosmindoormap (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 @@ (define-public kpmcore "/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 @@ (define-public kpmcore kcoreaddons ki18n kwidgetsaddons - polkit-qt - qtbase-5 - qca + polkit-qt6 + qtbase + qca-qt6 `(,util-linux "lib"))) (arguments (list -- cgit v1.2.3