mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libxslt: Update to 1.1.32.
* gnu/packages/xml.scm (libxslt): Update to 1.1.32.
This commit is contained in:
parent
9401318685
commit
16cc6a9d12
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue