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

* gnu/packages/xml.scm (perl-xml-libxslt): Update to 1.96.
This commit is contained in:
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 (define-public perl-xml-libxslt
(package (package
(name "perl-xml-libxslt") (name "perl-xml-libxslt")
(version "1.95") (version "1.96")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -433,7 +433,7 @@ XML parser and the high performance DOM implementation.")
"XML-LibXSLT-" version ".tar.gz")) "XML-LibXSLT-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0dggycql18kfxzkb1kw3yc7gslxlrrgyyn2r2ygsylycb89j3jpi")))) "0wyl8klgr65j8y8fzgwz9jlvfjwvxazna8j3dg9gksd2v973fpia"))))
(build-system perl-build-system) (build-system perl-build-system)
(inputs (inputs
`(("libxslt" ,libxslt))) `(("libxslt" ,libxslt)))