summary refs log tree commit diff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-11-19 15:51:42 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-11-28 14:24:09 +0100
commit16cc6a9d12830e5cf07cb298ed3bc1174a0747b2 (patch)
tree8857e0525af6337d906f58feb5cab4bf2f761d1b /gnu/packages/xml.scm
parent940131868585e46ab155123b25024a0e53627b1f (diff)
downloadguix-16cc6a9d12830e5cf07cb298ed3bc1174a0747b2.tar.gz
gnu: libxslt: Update to 1.1.32.
* gnu/packages/xml.scm (libxslt): Update to 1.1.32.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 407d5796e7..ca5e996d6a 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -158,14 +158,14 @@ project (but it is usable outside of the Gnome platform).")
 (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")