guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

132/347: gnu: kdsoap: Update to 2.2.0.


From: guix-commits
Subject: 132/347: gnu: kdsoap: Update to 2.2.0.
Date: Fri, 28 Jun 2024 09:58:44 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 064b50c9ad3259c6aceb988bc0765c574ed142dc
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
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 44a6282bb3..641311036a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]