gnu: perl-xml-libxslt: Update to 1.96.

* gnu/packages/xml.scm (perl-xml-libxslt): Update to 1.96.
master
Tobias Geerinckx-Rice 2018-02-25 15:48:36 +01:00
parent 12505baed9
commit 73a3e98f01
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -425,7 +425,7 @@ XML parser and the high performance DOM implementation.")
(define-public perl-xml-libxslt
(package
(name "perl-xml-libxslt")
(version "1.95")
(version "1.96")
(source
(origin
(method url-fetch)
@ -433,7 +433,7 @@ XML parser and the high performance DOM implementation.")
"XML-LibXSLT-" version ".tar.gz"))
(sha256
(base32
"0dggycql18kfxzkb1kw3yc7gslxlrrgyyn2r2ygsylycb89j3jpi"))))
"0wyl8klgr65j8y8fzgwz9jlvfjwvxazna8j3dg9gksd2v973fpia"))))
(build-system perl-build-system)
(inputs
`(("libxslt" ,libxslt)))