guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 550be347b9ef569e7699d83197b05eed192819f0
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 14:41:13 2025 +0530
gnu: polkit-kde-agent: Update to 6.5.4.
* gnu/packages/kde-plasma.scm (polkit-kde-agent): Update to 6.5.4.
Change-Id: I39d72a7c1d1aaf19fa106464248d43e451244e0e
---
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 7af835f745..baa7b4d1ad 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3032,14 +3032,14 @@ hardware management, and a high degree of
customizability.")
(define-public polkit-kde-agent
(package
(name "polkit-kde-agent")
- (version "6.5.2")
+ (version "6.5.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version "/"
name "-1-" version ".tar.xz"))
(sha256
(base32
- "1k04vhnxsyrbgcjxj73r2jnlx65z0l50xx3hg8fkr1zf7xics71m"))))
+ "094azcw8i1f35sgr8g0ac3ps5z4qxzz53n1l1is9l36nzi16hi5b"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase
#:tests? #f))