me
/
guix
Archived
1
0
Fork 0

gnu: kxmlrpcclient: Update to 5.114.0.

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

Change-Id: Ibdc7488087d631fde2b405cdc161b93d3f1c3713
master
Maxim Cournoyer 2024-01-18 11:33:31 -05:00
parent f45c711dc0
commit fd35606ce0
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -3362,7 +3362,7 @@ descriptions for integrating actions from plugins.")
(define-public kxmlrpcclient
(package
(name "kxmlrpcclient")
(version "5.108.0")
(version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3371,7 +3371,7 @@ descriptions for integrating actions from plugins.")
name "-" version ".tar.xz"))
(sha256
(base32
"0pf5c5ja1mwdlf9pmc2601frwskkzhksz0n8w4qcwmwbaxrbspv0"))))
"1fgjai3vj3yk67ynhd7blilyrdhdn5nvma3v3j1sbdg98pr7qzar"))))
(build-system cmake-build-system)
(propagated-inputs
(list kio))