gnu: kcmutils: Update to 5.114.0.

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

Change-Id: I5ad52ac29acbb08a7cc8d3d21d62e1849d6ed7f7
This commit is contained in:
Maxim Cournoyer 2024-01-18 11:33:24 -05:00
parent c599dd31f7
commit 77b3083091
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2282,7 +2282,7 @@ using the XBEL format.")
(define-public kcmutils (define-public kcmutils
(package (package
(name "kcmutils") (name "kcmutils")
(version "5.108.0") (version "5.114.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2291,7 +2291,7 @@ using the XBEL format.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1zhs84wrd8fkgzxwf793c6yha5nsnid4id8vs4iy7gcyahyajchr")))) "1pblf3c60m0gn3vhdprw28f8y54kij02jwz91r2vnmng8d1xkrp9"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(propagated-inputs (propagated-inputs
(list kconfigwidgets kservice)) (list kconfigwidgets kservice))