mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: perl-xml-libxml: Update to 2.0132.
* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0132.
This commit is contained in:
parent
faffd821f3
commit
58ade30228
1 changed files with 2 additions and 2 deletions
|
@ -392,7 +392,7 @@ (define-public perl-libxml
|
|||
(define-public perl-xml-libxml
|
||||
(package
|
||||
(name "perl-xml-libxml")
|
||||
(version "2.0131")
|
||||
(version "2.0132")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -400,7 +400,7 @@ (define-public perl-xml-libxml
|
|||
"XML-LibXML-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pqrpq5wixnwja7n8gnsskfdr0cvyzaa3qs02072g7szlpg7fk5h"))))
|
||||
"0xnl281hb590i287fxpl947f1s4zl9dnvc4ajvsqi89w23im453j"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-xml-namespacesupport" ,perl-xml-namespacesupport)
|
||||
|
|
Loading…
Reference in a new issue