diff options
author | Zheng Junjie <873216071@qq.com> | 2023-07-13 01:00:43 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-02 22:27:40 +0800 |
commit | e9583401be205689a48699740398a9e0a80477d2 (patch) | |
tree | abc67aae2440ac26abde4db0d816c2504f6e281e /gnu | |
parent | 61906ca308d8223e1e9611623ddaa6d22c98f9f6 (diff) | |
download | guix-e9583401be205689a48699740398a9e0a80477d2.tar.gz guix-e9583401be205689a48699740398a9e0a80477d2.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 798ab8ccaa..be2db5843a 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2490,7 +2490,7 @@ emoticons coming from different providers.") (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 @@ emoticons coming from different providers.") name "-" version ".tar.xz")) (sha256 (base32 - "1vr6k7lpxsxa6in60ld2wcdqfpaan5xgbmwm3xyr584x6pv737cl")))) + "0sf6v86pfhxva7n465p9pfidyzfjviam5kk8d6lrc23zjb559f3w")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules pkg-config qttools-5)) |