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:33:42 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-11-30 21:26:45 +0200
commit18c832b02e7fa355ae3b8399bc72d2157d36c101 (patch)
tree5a007988e6a8c523b88c39b3b1562bed922872a5 /gnu/packages/xml.scm
parent4e5465f2556d83e6db31dc0365088efd3e2d49ac (diff)
downloadguix-18c832b02e7fa355ae3b8399bc72d2157d36c101.tar.gz
gnu: perl-xml-compile: Update to 1.54.
* gnu/packages/xml.scm (perl-xml-compile): Update to 1.54.
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 118fc29459..1d638893d6 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -566,14 +566,14 @@ This module provide functions which simplify writing tests for
 (define-public perl-xml-compile
   (package
     (name "perl-xml-compile")
-    (version "1.51")
+    (version "1.54")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
                                   "XML-Compile-" version ".tar.gz"))
               (sha256
                (base32
-                "06fj4zf0yh4kf3kx4bhwrmrjr6al40nasasbgfhn8f1zxwkmm8f2"))))
+                "1hp41960bpqxvv1samv9hc0ghhmvs3i16r4rfl9yp54lp6jhsr2c"))))
     (build-system perl-build-system)
     (propagated-inputs
      `(("perl-log-report" ,perl-log-report)