summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-02-14 03:25:44 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-14 03:50:17 +0100
commitd71184f8a5c33c970ba0f50e9ca16b271da301b8 (patch)
tree85ad1b43e9069456c46438cc9391c3ecc12dc53d /gnu/packages/xml.scm
parent706460a35754a47bf832a40de4f22271e7088226 (diff)
downloadguix-patches-d71184f8a5c33c970ba0f50e9ca16b271da301b8.tar
guix-patches-d71184f8a5c33c970ba0f50e9ca16b271da301b8.tar.gz
gnu: perl-xml-libxml: Update to 2.0134.
* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0134.
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 52f1533699..51f3871218 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -404,7 +404,7 @@ combination with @code{XML::Parser}, PerlSAX, @code{XML::DOM},
(define-public perl-xml-libxml
(package
(name "perl-xml-libxml")
- (version "2.0132")
+ (version "2.0134")
(source
(origin
(method url-fetch)
@@ -412,7 +412,7 @@ combination with @code{XML::Parser}, PerlSAX, @code{XML::DOM},
"XML-LibXML-" version ".tar.gz"))
(sha256
(base32
- "0xnl281hb590i287fxpl947f1s4zl9dnvc4ajvsqi89w23im453j"))))
+ "1ks69xymv6zkj7hvaymjvb78ch81abri7kg4zrwxhdfsqb8a9g7h"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-xml-namespacesupport" ,perl-xml-namespacesupport)