mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
b5de208e84
commit
503a00597b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue