guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 500791827221eb7d23fd9cd7deb28846bc3a6040
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 21 16:23:55 2025 +0800
gnu: kglobalaccel: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (kglobalaccel): Update to 6.16.0.
Change-Id: I61532d015952b28099cfc995baf6572d85f4cac5
---
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 dc72c6d142..247e3ed4ee 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3698,7 +3698,7 @@ emoticons coming from different providers.")
(define-public kglobalaccel
(package
(name "kglobalaccel")
- (version "6.13.0")
+ (version "6.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3707,7 +3707,7 @@ emoticons coming from different providers.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1c4nzr778qlgw67zmd7nzbi7ylyg8al69fzxkibg8mzjiimg2m4r"))))
+ "18aapp3xlrgllwxmqabyz18wj4kyqg092kplp765v2vrh8d4cqv6"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config qttools))