summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2026-03-03 21:57:25 +0530
committerSughosha <sughosha@disroot.org>2026-03-16 07:44:09 +0530
commit6eef98e264508b86aa1a1c6ff3baeb64281eb1e0 (patch)
treee6a15e781cfd56f7bb0b1d0b2e051c918e4cee26 /gnu
parent25cd0d36fd5d61d806969635ea1bc8f373023acc (diff)
gnu: kglobalaccel: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kglobalaccel): Update to 6.23.0. Change-Id: I2a84b54eca7c0df4b001aedfc5bf61ad85af6628
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-frameworks.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 0275a2f0c8d..74f5ec39943 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3475,7 +3475,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
@@ -3484,7 +3484,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))