guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: libxslt: Update to 1.1.31.


From: Marius Bakke
Subject: 01/09: gnu: libxslt: Update to 1.1.31.
Date: Thu, 12 Oct 2017 14:42:02 -0400 (EDT)

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

commit 128ea172b258c341e4b24cd7a567969ee9d045a2
Author: Marius Bakke <address@hidden>
Date:   Tue Oct 10 22:58:21 2017 +0200

    gnu: libxslt: Update to 1.1.31.
    
    * gnu/packages/xml.scm (libxslt): Update to 1.1.31.
---
 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 6c9970a..1dc7530 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -156,14 +156,14 @@ project (but it is usable outside of the Gnome 
platform).")
 (define-public libxslt
   (package
     (name "libxslt")
-    (version "1.1.30")
+    (version "1.1.31")
     (source (origin
              (method url-fetch)
              (uri (string-append "ftp://xmlsoft.org/libxslt/libxslt-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1cxn21wi0wms3afhnlxwjm8iiykrk29bvckq6gc2d0yy2rhj6rds"))
+               "1azk48vf91nfajhm7k9cz3zrvh0aaq85ph37gqkl84c0ddmyj9fv"))
              (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]