gnu: kglobalaccel: Update to 5.108.0.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-13 01:00:43 +08:00 committed by 宋文武
parent 61906ca308
commit e9583401be
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -2490,7 +2490,7 @@ (define-public kemoticons
(define-public kglobalaccel
(package
(name "kglobalaccel")
(version "5.98.0")
(version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2499,7 +2499,7 @@ (define-public kglobalaccel
name "-" version ".tar.xz"))
(sha256
(base32
"1vr6k7lpxsxa6in60ld2wcdqfpaan5xgbmwm3xyr584x6pv737cl"))))
"0sf6v86pfhxva7n465p9pfidyzfjviam5kk8d6lrc23zjb559f3w"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config qttools-5))