mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 12:20:35 +01:00
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:
parent
c599dd31f7
commit
77b3083091
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue