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

commit b4ea59be9920e198b62fc1afbe739fbec29b7db5
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:25 2026 +0530

    gnu: kglobalaccel: Update to 6.23.0.
    
    * gnu/packages/kde-frameworks.scm (kglobalaccel): Update to 6.23.0.
    
    Change-Id: I2a84b54eca7c0df4b001aedfc5bf61ad85af6628
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 99be373d79..cbd97875e6 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3469,7 +3469,7 @@ with su and ssh respectively.")
 (define-public kglobalaccel
   (package
     (name "kglobalaccel")
-    (version "6.22.0")
+    (version "6.23.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3478,7 +3478,7 @@ with su and ssh respectively.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1n6lzz3crpir6qla7bca9gl3mcx1fplc26b4g27fqamcs3iknbik"))))
+                "037pdndhgrrlipb57ff6qxbphjzp170jck698hn590gbi8736q2p"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config qttools))

Reply via email to