mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: kglobalaccel: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kglobalaccel): Update to 6.4.0. Change-Id: Ibd3d129cd30aeee643b3470e687b0a3285ffe457
This commit is contained in:
parent
b6c4564f78
commit
d5b137965c
1 changed files with 2 additions and 2 deletions
|
@ -3675,7 +3675,7 @@ (define-public kemoticons
|
|||
(define-public kglobalaccel
|
||||
(package
|
||||
(name "kglobalaccel")
|
||||
(version "6.3.0")
|
||||
(version "6.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3684,7 +3684,7 @@ (define-public kglobalaccel
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wcx0b3vi5xm5hhyylkdrcq8i46m49lw1j53m2i2f4nv7750d0n0"))))
|
||||
"19m8rn8xz2cx9zsqhf1pnml6wnspr73iyg2yysnrq6w9wd5jfshd"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules pkg-config qttools))
|
||||
|
|
Loading…
Reference in a new issue