me
/
guix
Archived
1
0
Fork 0

gnu: kcmutils: Update to 5.114.0.

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

Change-Id: I5ad52ac29acbb08a7cc8d3d21d62e1849d6ed7f7
master
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
1 changed files with 2 additions and 2 deletions

View File

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