gnu: perl-xml-libxml: Update to 2.0134.

* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0134.
master
Tobias Geerinckx-Rice 2019-02-14 03:25:44 +01:00
parent 706460a357
commit d71184f8a5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)