me
/
guix
Archived
1
0
Fork 0

gnu: kcmutils: Update to 5.108.0.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Zheng Junjie 2023-07-13 22:44:29 +08:00 committed by 宋文武
parent d5604dacb7
commit 2a27e67db3
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

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