guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c21140c3fd2e8d41807d2e8cf20b2c3c1c9aa05d
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 09:32:06 2025 +0530
gnu: polkit-kde-agent: Update to 6.5.2.
* gnu/packages/kde-plasma.scm (polkit-kde-agent): Update to 6.5.2.
Change-Id: I76158cd4d4f802d4b2af270923d38f8202eb17e1
---
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 2b3753ec82..f8361fa196 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3077,14 +3077,14 @@ hardware management, and a high degree of
customizability.")
(define-public polkit-kde-agent
(package
(name "polkit-kde-agent")
- (version "6.5.0")
+ (version "6.5.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version "/"
name "-1-" version ".tar.xz"))
(sha256
(base32
- "1cg6ihh5majd8a4486m43a024wggh4y8bh3q3g8mh5wmxaqppcm4"))))
+ "1k04vhnxsyrbgcjxj73r2jnlx65z0l50xx3hg8fkr1zf7xics71m"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase
#:tests? #f))