summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-05 15:27:51 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-05 17:32:11 +0100
commit503a00597b1581db03219483fe19052ba6ee58ec (patch)
tree1c75da6308048d618aad12cd1e71e7cdaa5d1094 /gnu/packages/xml.scm
parentb5de208e84419ba93fdb8d265b93526ed3b27d3a (diff)
downloadpatches-503a00597b1581db03219483fe19052ba6ee58ec.tar
patches-503a00597b1581db03219483fe19052ba6ee58ec.tar.gz
gnu: perl-xml-compile-cache: Update to 1.06.
* gnu/packages/xml.scm (perl-xml-compile-cache): Update to 1.06.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 5db398bce6..5f7a95463a 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -684,14 +684,14 @@ a schema.")
(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)