mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -636,14 +636,14 @@ (define-public perl-xml-dom
|
|||
(define-public perl-xml-compile-tester
|
||||
(package
|
||||
(name "perl-xml-compile-tester")
|
||||
(version "0.90")
|
||||
(version "0.91")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
|
||||
"XML-Compile-Tester-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bcl8x8cyacqv9yjp97aq9qq85sy8wv78kd8c16yd9yw3by4cpp1"))))
|
||||
"1drzwziwi96rfkh48qpw4l225mcbk8ppl2157nj92cslcpwwdk75"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-log-report" ,perl-log-report)
|
||||
|
|
Loading…
Reference in a new issue