From 24c013c06d9988d8edaad736a2eb518bc4a2edca Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Feb 2017 00:15:29 +0100 Subject: gnu: perl-xml-compile-soap: Update to 3.21. * gnu/packages/xml.scm (perl-xml-compile-soap): Update to 3.21. --- gnu/packages/xml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xml.scm') diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 32b658489c..4583fec064 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -624,14 +624,14 @@ a schema.") (define-public perl-xml-compile-soap (package (name "perl-xml-compile-soap") - (version "3.20") + (version "3.21") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/" "XML-Compile-SOAP-" version ".tar.gz")) (sha256 (base32 - "0qplb77qr97pc9yis51jmphl9gbq9xyf8abldpxkwvdn6iqlbgx5")))) + "0rxidh7kjyhnw2y789bqbwccnp8n0m3xskn524y9c752s64qpjcz")))) (build-system perl-build-system) (propagated-inputs `(("perl-file-slurp-tiny" ,perl-file-slurp-tiny) -- cgit v1.2.3 From 270cdbef26b345a68817031cca2ef112e292c2cd Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Feb 2017 00:16:14 +0100 Subject: gnu: perl-xml-compile-wsdl11: Update to 3.06. * gnu/packages/xml.scm (perl-xml-compile-wsdl11): Update to 3.06. --- gnu/packages/xml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xml.scm') diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 4583fec064..884efdcdf7 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -652,14 +652,14 @@ used.") (define-public perl-xml-compile-wsdl11 (package (name "perl-xml-compile-wsdl11") - (version "3.05") + (version "3.06") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/" "XML-Compile-WSDL11-" version ".tar.gz")) (sha256 (base32 - "1a50in1qrbzx3924wvrhgfm5fcxz5cd95f3z9z2xgln27q1zssc4")))) + "0vbq05cpynm3jj81fw1k4nsb3wv4zngi6blvi1jhdarmh2rfg1x2")))) (build-system perl-build-system) (propagated-inputs `(("perl-log-report" ,perl-log-report) -- cgit v1.2.3 From f821b10190f3177195131aca5591eabecd838a34 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 16 Feb 2017 00:18:49 +0100 Subject: gnu: pugixml: Update to 1.8.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/xml.scm (pugixml): Update to 1.8.1. [arguments]: Remove ‘chdir’ phase and allow #:out-of-source building. Add comment about the lack of tests. --- gnu/packages/xml.scm | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'gnu/packages/xml.scm') diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 884efdcdf7..b91471690f 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -741,7 +741,7 @@ the form of functions.") (define-public pugixml (package (name "pugixml") - (version "1.7") + (version "1.8.1") (source (origin (method url-fetch) @@ -749,17 +749,10 @@ the form of functions.") version "/pugixml-" version ".tar.gz")) (sha256 (base32 - "1jpml475kbhs1aqwa48g2cbfxlrb9qp115m2j9yryxhxyr30vqgv")))) + "0fcgggry5x5bn0zhb09ij9hb0p45nb0sv0d9fw3cm1cf62hp9n80")))) (build-system cmake-build-system) (arguments - `(#:tests? #f - #:out-of-source? #f - #:phases (modify-phases %standard-phases - (add-before - 'configure 'chdir - (lambda _ - (chdir "scripts") - #t))))) + `(#:tests? #f)) ; no tests (home-page "http://pugixml.org") (synopsis "Light-weight, simple and fast XML parser for C++ with XPath support") (description -- cgit v1.2.3