summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-19 19:06:53 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-19 22:26:41 +0100
commit1d9b041c2efe5f903980381bc3ceeae4048d1fd1 (patch)
tree0916a131d10def1cafa128a58d76045770b35837 /gnu/packages
parentfa3fff430bf3da50ea5e1fdbb2d4fef4cfb0fc23 (diff)
downloadpatches-1d9b041c2efe5f903980381bc3ceeae4048d1fd1.tar
patches-1d9b041c2efe5f903980381bc3ceeae4048d1fd1.tar.gz
gnu: perl-xml-compile-soap: Update to 3.24.
* gnu/packages/xml.scm (perl-xml-compile-soap): Update to 3.24.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/xml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 46db9c9f47..ab7b9bf986 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -707,14 +707,14 @@ a schema.")
(define-public perl-xml-compile-soap
(package
(name "perl-xml-compile-soap")
- (version "3.21")
+ (version "3.24")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
"XML-Compile-SOAP-" version ".tar.gz"))
(sha256
(base32
- "0rxidh7kjyhnw2y789bqbwccnp8n0m3xskn524y9c752s64qpjcz"))))
+ "0pkcph562l2ij7rlwlvm58v6y062qsbydfpaz2qnph2ixqy0xfd1"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-file-slurp-tiny" ,perl-file-slurp-tiny)