mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
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:
parent
61906ca308
commit
e9583401be
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue