1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: kglobalaccel: Update to 6.23.0.

* gnu/packages/kde-frameworks.scm (kglobalaccel): Update to 6.23.0.

Change-Id: I2a84b54eca7c0df4b001aedfc5bf61ad85af6628
This commit is contained in:
Sughosha
2026-03-03 21:57:25 +05:30
parent 25cd0d36fd
commit 6eef98e264

View File

@@ -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))