me
/
guix
Archived
1
0
Fork 0

gnu: kglobalaccel: Update to 6.4.0.

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

Change-Id: Ibd3d129cd30aeee643b3470e687b0a3285ffe457
master
Zheng Junjie 2024-07-20 00:24:51 +08:00
parent b6c4564f78
commit d5b137965c
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -3675,7 +3675,7 @@ emoticons coming from different providers.")
(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 @@ emoticons coming from different providers.")
name "-" version ".tar.xz"))
(sha256
(base32
"1wcx0b3vi5xm5hhyylkdrcq8i46m49lw1j53m2i2f4nv7750d0n0"))))
"19m8rn8xz2cx9zsqhf1pnml6wnspr73iyg2yysnrq6w9wd5jfshd"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config qttools))