mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: perl-xml-compile-wsdl11: Update to 3.06.
* gnu/packages/xml.scm (perl-xml-compile-wsdl11): Update to 3.06.
This commit is contained in:
parent
24c013c06d
commit
270cdbef26
1 changed files with 2 additions and 2 deletions
|
@ -652,14 +652,14 @@ (define-public perl-xml-compile-soap
|
||||||
(define-public perl-xml-compile-wsdl11
|
(define-public perl-xml-compile-wsdl11
|
||||||
(package
|
(package
|
||||||
(name "perl-xml-compile-wsdl11")
|
(name "perl-xml-compile-wsdl11")
|
||||||
(version "3.05")
|
(version "3.06")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
|
(uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
|
||||||
"XML-Compile-WSDL11-" version ".tar.gz"))
|
"XML-Compile-WSDL11-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a50in1qrbzx3924wvrhgfm5fcxz5cd95f3z9z2xgln27q1zssc4"))))
|
"0vbq05cpynm3jj81fw1k4nsb3wv4zngi6blvi1jhdarmh2rfg1x2"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl-log-report" ,perl-log-report)
|
`(("perl-log-report" ,perl-log-report)
|
||||||
|
|
Loading…
Reference in a new issue