z572 pushed a commit to branch qt-team
in repository guix.
commit 0a7c8594929a7e8651c5edfe5d2f9f355d047417
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon May 5 19:49:27 2025 +0800
gnu: polkit-kde-agent: Update to 6.3.4.
* gnu/packages/kde-plasma.scm (polkit-kde-agent): Update to 6.3.4.
Change-Id: Iadd0622e7f88c6bb4ae373319af3daca6413a69b
---
gnu/packages/kde-plasma.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 465c00d194..3b70c058a9 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3017,14 +3017,14 @@ hardware management, and a high degree of
customizability.")
(define-public polkit-kde-agent
(package
(name "polkit-kde-agent")
- (version "6.1.4")
+ (version "6.3.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version "/"
name "-1-" version ".tar.xz"))
(sha256
(base32
- "1gyvbni0zhrw3bc5f1p5whyaqim0zpx0a37gznzcvaraf55rkykq"))))
+ "1ky4k1z24r6rbx3bg69w609nbdcnwzjpajm1xmhgr8li4khgd5x7"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules))