gnu: perl-xml-libxslt: Update to 1.96.
* gnu/packages/xml.scm (perl-xml-libxslt): Update to 1.96.
This commit is contained in:
parent
12505baed9
commit
73a3e98f01
|
@ -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)))
|
||||||
|
|
Loading…
Reference in New Issue