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

* gnu/packages/xml.scm (perl-xml-compile-cache): Update to 1.05.
This commit is contained in:
Efraim Flashner 2016-11-30 13:34:56 +02:00
parent 18c832b02e
commit 6b9d3f5539
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

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