gnu: libxslt: Update to 1.1.37.
* gnu/packages/xml.scm (libxslt): Update to 1.1.37.master
parent
a36edf6739
commit
7733a89b4d
|
@ -324,7 +324,7 @@ formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.")
|
||||||
(define-public libxslt
|
(define-public libxslt
|
||||||
(package
|
(package
|
||||||
(name "libxslt")
|
(name "libxslt")
|
||||||
(version "1.1.35")
|
(version "1.1.37")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.gnome.org/sources"
|
(uri (string-append "https://download.gnome.org/sources"
|
||||||
|
@ -332,7 +332,7 @@ formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.")
|
||||||
"/libxslt-" version ".tar.xz"))
|
"/libxslt-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yfx6hgwx4qcq7mrxb7ywabhpl64qj5h2idab746lb47k8zg6iw2"))
|
"1d1s2bk0m6d7bzml9w90ycl0jlpcy4v07595cwaddk17h3f2fjrs"))
|
||||||
(patches (search-patches "libxslt-generated-ids.patch"))))
|
(patches (search-patches "libxslt-generated-ids.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue