guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a1bbe3aa81e97cfbdc8dcc0420dc50811315f430
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Sep 15 16:47:48 2025 +0900
gnu: polkit-kde-agent: Update to 6.3.6.
* gnu/packages/kde-plasma.scm (polkit-kde-agent): Update to 6.3.6.
Change-Id: Ied765fc08eee82563bb27212d61ae6fc9a07033c
---
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 a481975a9b..cfb596b64f 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3068,14 +3068,14 @@ hardware management, and a high degree of
customizability.")
(define-public polkit-kde-agent
(package
(name "polkit-kde-agent")
- (version "6.3.4")
+ (version "6.3.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version "/"
name "-1-" version ".tar.xz"))
(sha256
(base32
- "1ky4k1z24r6rbx3bg69w609nbdcnwzjpajm1xmhgr8li4khgd5x7"))))
+ "0y16kpj8gvygpgmi0r4ca8k2sbjlld0kdibhm4vsfg8lvylwr3fl"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase
#:tests? #f))