gnu: perl-xml-compile-tester: Update to 0.91.
* gnu/packages/xml.scm (perl-xml-compile-tester): Update to 0.91.
This commit is contained in:
parent
8e0c5d44d1
commit
9af5a513f0
|
@ -636,14 +636,14 @@ that conforms to the API of the Document Object Model.")
|
||||||
(define-public perl-xml-compile-tester
|
(define-public perl-xml-compile-tester
|
||||||
(package
|
(package
|
||||||
(name "perl-xml-compile-tester")
|
(name "perl-xml-compile-tester")
|
||||||
(version "0.90")
|
(version "0.91")
|
||||||
(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-Tester-" version ".tar.gz"))
|
"XML-Compile-Tester-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bcl8x8cyacqv9yjp97aq9qq85sy8wv78kd8c16yd9yw3by4cpp1"))))
|
"1drzwziwi96rfkh48qpw4l225mcbk8ppl2157nj92cslcpwwdk75"))))
|
||||||
(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