gnu: libxslt: Update to 1.1.32.

* gnu/packages/xml.scm (libxslt): Update to 1.1.32.
This commit is contained in:
Marius Bakke 2017-11-19 15:51:42 +01:00
parent 9401318685
commit 16cc6a9d12
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -158,14 +158,14 @@ (define-public python2-libxml2
(define-public libxslt
(package
(name "libxslt")
(version "1.1.31")
(version "1.1.32")
(source (origin
(method url-fetch)
(uri (string-append "ftp://xmlsoft.org/libxslt/libxslt-"
version ".tar.gz"))
(sha256
(base32
"1azk48vf91nfajhm7k9cz3zrvh0aaq85ph37gqkl84c0ddmyj9fv"))
"0q2l6m56iv3ysxgm2walhg4c9wp7q183jb328687i9zlp85csvjj"))
(patches (search-patches "libxslt-generated-ids.patch"))))
(build-system gnu-build-system)
(home-page "http://xmlsoft.org/XSLT/index.html")