gnu: perl-xml-compile-soap: Update to 3.20.

* gnu/packages/xml.scm (perl-xml-compile-soap): Update to 3.20.
This commit is contained in:
Efraim Flashner 2016-11-30 13:36:57 +02:00
parent 6b9d3f5539
commit 0c3e27a4f4
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -614,14 +614,14 @@ (define-public perl-xml-compile-cache
(define-public perl-xml-compile-soap
(package
(name "perl-xml-compile-soap")
(version "3.13")
(version "3.20")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
"XML-Compile-SOAP-" version ".tar.gz"))
(sha256
(base32
"08qw63l78040nh37xzapbqp43g6s5l67bvskf3dyyizlarjx5mi4"))))
"0qplb77qr97pc9yis51jmphl9gbq9xyf8abldpxkwvdn6iqlbgx5"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-file-slurp-tiny" ,perl-file-slurp-tiny)