me
/
guix
Archived
1
0
Fork 0

gnu: kglobalaccel: Update to 5.114.0.

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

Change-Id: I40f3e0dc3c52e44c600a978b1e3a496a3111d1eb
master
Maxim Cournoyer 2024-01-18 11:33:26 -05:00
parent 167267a8f0
commit c999077d88
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -2579,7 +2579,7 @@ emoticons coming from different providers.")
(define-public kglobalaccel
(package
(name "kglobalaccel")
(version "5.108.0")
(version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2588,7 +2588,7 @@ emoticons coming from different providers.")
name "-" version ".tar.xz"))
(sha256
(base32
"0sf6v86pfhxva7n465p9pfidyzfjviam5kk8d6lrc23zjb559f3w"))))
"19mmav055fnzyl760fyhf0pdvaidd5i1h04l2hcnpin4p1jnpfap"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config qttools-5))