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

commit 550914360f709df033134e655e68d91e3c3b9999
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:48 2025 +0530

    gnu: kglobalaccel: Update to 6.19.0.
    
    * gnu/packages/kde-frameworks.scm (kglobalaccel): Update to 6.19.0.
    
    Change-Id: Ia801ed610c53f2ba1ac2785112666bb58efedad5
---
 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 3715bddd24..885e2d826d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3571,7 +3571,7 @@ with su and ssh respectively.")
 (define-public kglobalaccel
   (package
     (name "kglobalaccel")
-    (version "6.18.0")
+    (version "6.19.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3580,7 +3580,7 @@ with su and ssh respectively.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0f5lzmvnib98zl0zcs6rsllciyzv2jzrbclgjl3n4r9kx477p6nb"))))
+                "0jdf80wacazjys7fbn120h9bq5xxqbdfhfc00iy7c6c3cl17bghv"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config qttools))

Reply via email to