guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit f6c4fce13890895c565a11dceff8fa51f6514660
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 28 16:59:37 2025 +0800
gnu: polkit-kde-agent: Update to 6.4.3.
* gnu/packages/kde-plasma.scm (polkit-kde-agent): Update to 6.4.3.
[inputs]: Add knotifications.
Change-Id: Iccd44fe3b3f2e82ea9f8a1bb8e3d125d071a66c9
---
gnu/packages/kde-plasma.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index dc70209e87..ab108b12a7 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2933,27 +2933,28 @@ hardware management, and a high degree of
customizability.")
(define-public polkit-kde-agent
(package
(name "polkit-kde-agent")
- (version "6.3.6")
+ (version "6.4.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version "/"
name "-1-" version ".tar.xz"))
(sha256
(base32
- "0y16kpj8gvygpgmi0r4ca8k2sbjlld0kdibhm4vsfg8lvylwr3fl"))))
+ "1rw2ar20i6sp2rr9cqq2gb6hmwh0c4wcb8r6b6yxr7rfl07inwr2"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase
#:tests? #f))
(native-inputs (list extra-cmake-modules))
- (inputs (list ki18n
- kwindowsystem
- kdbusaddons
- kwidgetsaddons
- kcoreaddons
+ (inputs (list kcoreaddons
kcrash
+ kdbusaddons
kiconthemes
+ knotifications
+ kwidgetsaddons
+ kwindowsystem
polkit-qt6
- qtdeclarative))
+ qtdeclarative
+ ki18n))
(synopsis "Polkit authentication UI for Plasma")
(description
"This package contains a daemon providing a Polkit authentication