gnu: perl-xml-compile: Update to 1.54.
* gnu/packages/xml.scm (perl-xml-compile): Update to 1.54.
This commit is contained in:
parent
4e5465f255
commit
18c832b02e
|
@ -566,14 +566,14 @@ This module provide functions which simplify writing tests for
|
||||||
(define-public perl-xml-compile
|
(define-public perl-xml-compile
|
||||||
(package
|
(package
|
||||||
(name "perl-xml-compile")
|
(name "perl-xml-compile")
|
||||||
(version "1.51")
|
(version "1.54")
|
||||||
(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-" version ".tar.gz"))
|
"XML-Compile-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06fj4zf0yh4kf3kx4bhwrmrjr6al40nasasbgfhn8f1zxwkmm8f2"))))
|
"1hp41960bpqxvv1samv9hc0ghhmvs3i16r4rfl9yp54lp6jhsr2c"))))
|
||||||
(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 New Issue