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

commit a04a57e8949da7376f5e135b9a67b970b40789c5
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:15 2025 +0530

    gnu: kglobalacceld: Update to 6.4.5.
    
    * gnu/packages/kde-plasma.scm (kglobalacceld): Update to 6.4.5.
    
    Change-Id: I74676763d29a07fc56361d036bcc7ab7503ad85c
---
 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 31bf080ed0..d3d170f91c 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -809,7 +809,7 @@ KDE Frameworks 5 to better interact with the system.")
 (define-public kglobalacceld
   (package
     (name "kglobalacceld")
-    (version "6.4.3")
+    (version "6.4.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -817,7 +817,7 @@ KDE Frameworks 5 to better interact with the system.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0y23rhxc138dlzdhrihc43jjf7vjjnhx30rzkzlxafhk3dz7i756"))))
+                "0wyd6961m7lpwgpz81yipk7xbrzjj8ngwyb9xcpjjq39m3vx24m7"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase
                      #:phases

Reply via email to