gnu: perl-xml-compile-cache: Update to 1.06.

* gnu/packages/xml.scm (perl-xml-compile-cache): Update to 1.06.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-05 15:27:51 +01:00
parent b5de208e84
commit 503a00597b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -684,14 +684,14 @@ (define-public perl-xml-compile
(define-public perl-xml-compile-cache
(package
(name "perl-xml-compile-cache")
(version "1.05")
(version "1.06")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
"XML-Compile-Cache-" version ".tar.gz"))
(sha256
(base32
"0xbwlszhi9hg8sxm5ylglm2qvnb689i595p913awrj2g4mp9yfsw"))))
"181qf1s7ymgi7saph3cf9p6dbxkxyh1ja23na4dchhi8v5mi66sr"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-log-report" ,perl-log-report)