z572 pushed a commit to branch kde-team
in repository guix.
commit 0ddb33b97ae107c3615d2b33b86c6895b098cd3c
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat May 4 17:43:05 2024 +0800
gnu: kdsoap: Update to 2.2.0.
* gnu/packages/qt.scm (kdsoap): Update to 2.2.0.
[arguments]<#:phases>: Adjust check phase.
Change-Id: I161313a10c526fb953b6b024e8726e46072d8847
---
gnu/packages/qt.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 1e8c9c2a5e..08be469568 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5157,7 +5157,7 @@ and import their menus over DBus.")
(define-public kdsoap
(package
(name "kdsoap")
- (version "2.0.0")
+ (version "2.2.0")
(source
(origin
(method url-fetch)
@@ -5165,7 +5165,7 @@ and import their menus over DBus.")
"kdsoap-" version "/kdsoap-" version ".tar.gz"))
(sha256
(base32
- "1vh4rzb09kks1ilay1y60q7gf64gwzdwsca60hmx1xx69w8672fi"))))
+ "0mpkg9iyvzb6mxvhbi6zc052ids2r2nzpmjbljgpq6a2hja13vyr"))))
(build-system qt-build-system)
(inputs `(("qtbase" ,qtbase-5)))
(arguments
@@ -5176,7 +5176,7 @@ and import their menus over DBus.")
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "ctest" "-E" ;; These tests try connect to the internet.
-
"(kdsoap-webcalls|kdsoap-webcalls_wsdl|kdsoap-test_calc)")))))))
+
"(kdsoap-test_webcalls|kdsoap-test_webcalls_wsdl|kdsoap-test_calc)")))))))
(home-page "https://www.kdab.com/development-resources/qt-tools/kd-soap/")
(synopsis "Qt SOAP component")
(description "KD SOAP is a tool for creating client applications for web