summary refs log tree commit diff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-11-30 13:34:56 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-11-30 21:26:45 +0200
commit6b9d3f55394163ce743341c0ca5ba379d918bdf5 (patch)
treeb31f6251e60d9a45c7e68f9f34c7a6d484890059 /gnu/packages/xml.scm
parent18c832b02e7fa355ae3b8399bc72d2157d36c101 (diff)
downloadguix-6b9d3f55394163ce743341c0ca5ba379d918bdf5.tar.gz
gnu: perl-xml-compile-cache: Update to 1.05.
* gnu/packages/xml.scm (perl-xml-compile-cache): Update to 1.05.
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 1d638893d6..ed5e7e112a 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -591,14 +591,14 @@ a schema.")
 (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)