guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit 3dfb6e1f2d6a70dd0ceadce7f500f3cb7d5f39f8
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Wed Jul 9 14:05:57 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: I2de69c934488d014fee211c9b38be3c22e8b7f9f
---
 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 5493ee50a8..8b61e68c82 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2982,14 +2982,14 @@ hardware management, and a high degree of 
customizability.")
 (define-public polkit-kde-agent
   (package
     (name "polkit-kde-agent")
-    (version "6.2.5")
+    (version "6.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version "/"
                                   name "-1-" version ".tar.xz"))
               (sha256
                (base32
-                "1ywkq982zq1l4jz1gbhjm09jd3y30mslryx84aw3vif68kjb7zxi"))))
+                "1ky4k1z24r6rbx3bg69w609nbdcnwzjpajm1xmhgr8li4khgd5x7"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs (list extra-cmake-modules))

Reply via email to