mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e5f8280837
commit
07a6fcd98a
1 changed files with 2 additions and 2 deletions
|
@ -3281,7 +3281,7 @@ descriptions for integrating actions from plugins.")
|
||||||
(define-public kxmlrpcclient
|
(define-public kxmlrpcclient
|
||||||
(package
|
(package
|
||||||
(name "kxmlrpcclient")
|
(name "kxmlrpcclient")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3290,7 +3290,7 @@ descriptions for integrating actions from plugins.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09apfrkgvvzv8zwxyjbi5qb145a9awirk02nx474bshgypfqslpb"))))
|
"0pf5c5ja1mwdlf9pmc2601frwskkzhksz0n8w4qcwmwbaxrbspv0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list kio))
|
(list kio))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue