guix-commits
[Top][All Lists]
Advanced

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

06/19: gnu: libxslt: Update to 1.1.37.


From: guix-commits
Subject: 06/19: gnu: libxslt: Update to 1.1.37.
Date: Thu, 8 Sep 2022 15:45:19 -0400 (EDT)

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

commit 7733a89b4d984221bb66af6fda0ea771c36a29f3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 5 14:03:56 2022 +0200

    gnu: libxslt: Update to 1.1.37.
    
    * gnu/packages/xml.scm (libxslt): Update to 1.1.37.
---
 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 4b5c8fee60..1d675c62f1 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -324,7 +324,7 @@ formulas and hyperlinks to multiple worksheets in an Excel 
2007+ XLSX file.")
 (define-public libxslt
   (package
     (name "libxslt")
-    (version "1.1.35")
+    (version "1.1.37")
     (source (origin
              (method url-fetch)
              (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"))
              (sha256
               (base32
-               "0yfx6hgwx4qcq7mrxb7ywabhpl64qj5h2idab746lb47k8zg6iw2"))
+               "1d1s2bk0m6d7bzml9w90ycl0jlpcy4v07595cwaddk17h3f2fjrs"))
              (patches (search-patches "libxslt-generated-ids.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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