guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 4138043120e1396d0da33954a1e0cf33e18b357e
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))