gnu: perl-xml-compile-wsdl11: Update to 3.07.

* gnu/packages/xml.scm (perl-xml-compile-wsdl11): Update to 3.07.
master
Tobias Geerinckx-Rice 2018-05-16 14:12:27 +02:00
parent 9af5a513f0
commit 4b4a4f5c2d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -735,14 +735,14 @@ used.")
(define-public perl-xml-compile-wsdl11
(package
(name "perl-xml-compile-wsdl11")
(version "3.06")
(version "3.07")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
"XML-Compile-WSDL11-" version ".tar.gz"))
(sha256
(base32
"0vbq05cpynm3jj81fw1k4nsb3wv4zngi6blvi1jhdarmh2rfg1x2"))))
"09ayl442hzvn97q4ghn5rz4r82dm9w3l69hixhb29h9xq9ysi7ba"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-log-report" ,perl-log-report)