guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1985e5065ae92914aff04ddaad52943f26ae7619
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:43 2025 +0530
gnu: kglobalaccel: Update to 6.21.0.
* gnu/packages/kde-frameworks.scm (kglobalaccel): Update to 6.21.0.
Change-Id: Idc27e9395ef45c363912b4f63a890ce417f608fe
---
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 37fd8b2c12..04f0428605 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3457,7 +3457,7 @@ with su and ssh respectively.")
(define-public kglobalaccel
(package
(name "kglobalaccel")
- (version "6.19.0")
+ (version "6.21.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3466,7 +3466,7 @@ with su and ssh respectively.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0jdf80wacazjys7fbn120h9bq5xxqbdfhfc00iy7c6c3cl17bghv"))))
+ "1qzg38q0za9w5488lpfac2akbzkd526lfd4mr615kmr2azxvhs1y"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config qttools))