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

commit b9e626f09286f163d5f68e0875965e3799a3dfdf
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 09:31:55 2025 +0530

    gnu: kglobalacceld: Update to 6.5.2.
    
    * gnu/packages/kde-plasma.scm (kglobalacceld): Update to 6.5.2.
    
    Change-Id: I67515473f628125ec6dd6d9c7e00d9c6c432e4d7
---
 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 bdd3f690a6..bb691ccda8 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -795,7 +795,7 @@ KDE Frameworks 5 to better interact with the system.")
 (define-public kglobalacceld
   (package
     (name "kglobalacceld")
-    (version "6.5.0")
+    (version "6.5.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -803,7 +803,7 @@ KDE Frameworks 5 to better interact with the system.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1mbmdyn08scakzn28b9cs7pjkv4s3wiyplplrf720a8mg112vjsx"))))
+                "1xpmlimr6y67r3m32mdwyyc1giz0b8ghdx4yyzbzyap2ajvwfm49"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase
                      #:phases

Reply via email to