guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/13: gnu: libxslt: Update to 1.1.32.


From: Marius Bakke
Subject: 09/13: gnu: libxslt: Update to 1.1.32.
Date: Tue, 28 Nov 2017 08:26:38 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 16cc6a9d12830e5cf07cb298ed3bc1174a0747b2
Author: Marius Bakke <address@hidden>
Date:   Sun Nov 19 15:51:42 2017 +0100

    gnu: libxslt: Update to 1.1.32.
    
    * gnu/packages/xml.scm (libxslt): Update to 1.1.32.
---
 gnu/packages/xml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 407d579..ca5e996 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]