diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-07 21:18:52 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-07 22:10:18 +0100 |
commit | df2bf40eec54f8aa143015d2ae452fcc847e7dcd (patch) | |
tree | 829535c1c7547ca24b15c3e70c385e9fd1892e75 /gnu/packages | |
parent | 723c356d806223c0e1ecf921f6cf15af83387fb1 (diff) | |
download | patches-df2bf40eec54f8aa143015d2ae452fcc847e7dcd.tar patches-df2bf40eec54f8aa143015d2ae452fcc847e7dcd.tar.gz |
gnu: libxslt: Update to 1.1.33.
* gnu/packages/xml.scm (libxslt): Update to 1.1.33.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index b6d6bf8034..322fc4ec3e 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -205,14 +205,14 @@ project (but it is usable outside of the Gnome platform).") (define-public libxslt (package (name "libxslt") - (version "1.1.32") + (version "1.1.33") (source (origin (method url-fetch) (uri (string-append "ftp://xmlsoft.org/libxslt/libxslt-" version ".tar.gz")) (sha256 (base32 - "0q2l6m56iv3ysxgm2walhg4c9wp7q183jb328687i9zlp85csvjj")) + "1j1q1swnsy8jgi9x7mclvkrqhfgn09886gdlr9wzk7a08i8n0dlf")) (patches (search-patches "libxslt-generated-ids.patch")))) (build-system gnu-build-system) (home-page "http://xmlsoft.org/XSLT/index.html") |