mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -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
|
(define-public kglobalaccel
|
||||||
(package
|
(package
|
||||||
(name "kglobalaccel")
|
(name "kglobalaccel")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2499,7 +2499,7 @@ (define-public kglobalaccel
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vr6k7lpxsxa6in60ld2wcdqfpaan5xgbmwm3xyr584x6pv737cl"))))
|
"0sf6v86pfhxva7n465p9pfidyzfjviam5kk8d6lrc23zjb559f3w"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config qttools-5))
|
(list extra-cmake-modules pkg-config qttools-5))
|
||||||
|
|
Loading…
Reference in a new issue