gnu: kxmlrpcclient: Update to 5.108.0.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-13 23:37:28 +08:00 committed by 宋文武
parent e5f8280837
commit 07a6fcd98a
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -3281,7 +3281,7 @@ (define-public kxmlgui
(define-public kxmlrpcclient
(package
(name "kxmlrpcclient")
(version "5.98.0")
(version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3290,7 +3290,7 @@ (define-public kxmlrpcclient
name "-" version ".tar.xz"))
(sha256
(base32
"09apfrkgvvzv8zwxyjbi5qb145a9awirk02nx474bshgypfqslpb"))))
"0pf5c5ja1mwdlf9pmc2601frwskkzhksz0n8w4qcwmwbaxrbspv0"))))
(build-system cmake-build-system)
(propagated-inputs
(list kio))