[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/62: gnu: libxslt: Update to 1.1.35.
From: |
guix-commits |
Subject: |
18/62: gnu: libxslt: Update to 1.1.35. |
Date: |
Sun, 26 Jun 2022 06:09:07 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 8fb519c9bcfe03e4a3edc743810a8a8822d059f8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 26 01:11:27 2022 +0200
gnu: libxslt: Update to 1.1.35.
* gnu/packages/xml.scm (libxslt): Update to 1.1.35.
[source](uri): Change to new download location.
[arguments]: Disable Python tests.
---
gnu/packages/xml.scm | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 162a9aad9a..47e502aa59 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -13,7 +13,7 @@
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Marius Bakke
<marius@gnu.org>
+;;; Copyright © 2016-2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
;;; Copyright © 2017 Gregor Giesen <giesen@zaehlwerk.net>
;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
@@ -328,14 +328,15 @@ formulas and hyperlinks to multiple worksheets in an
Excel 2007+ XLSX file.")
(define-public libxslt
(package
(name "libxslt")
- (version "1.1.34")
+ (version "1.1.35")
(source (origin
(method url-fetch)
- (uri (string-append "ftp://xmlsoft.org/libxslt/libxslt-"
- version ".tar.gz"))
+ (uri (string-append "https://download.gnome.org/sources"
+ "/libxslt/" (version-major+minor version)
+ "/libxslt-" version ".tar.xz"))
(sha256
(base32
- "0zrzz6kjdyavspzik6fbkpvfpbd25r2qg6py5nnjaabrsr3bvccq"))
+ "0yfx6hgwx4qcq7mrxb7ywabhpl64qj5h2idab746lb47k8zg6iw2"))
(patches (search-patches "libxslt-generated-ids.patch"))))
(build-system gnu-build-system)
(arguments
@@ -347,7 +348,12 @@ formulas and hyperlinks to multiple worksheets in an Excel
2007+ XLSX file.")
(substitute* "tests/Makefile"
(("exslt plugins fuzz")
"exslt plugins"))
- #t)))))
+ ;; Also disable Python tests since they require
+ ;; python-libxml2 which would introduce a
+ ;; circular dependency.
+ (substitute* "python/Makefile"
+ (("cd tests && \\$\\(MAKE\\) tests")
+ "$(info Python tests are disabled by Guix.)")))))))
(home-page "http://xmlsoft.org/XSLT/index.html")
(synopsis "C library for applying XSLT stylesheets to XML documents")
(inputs `(("libgcrypt" ,libgcrypt)
- 08/62: gnu: lzip: Update to 1.23., (continued)
- 08/62: gnu: lzip: Update to 1.23., guix-commits, 2022/06/26
- 19/62: gnu: libxslt: Remove input labels., guix-commits, 2022/06/26
- 10/62: gnu: libcap: Update to 2.64., guix-commits, 2022/06/26
- 30/62: gnu: libidn: Update to 1.41., guix-commits, 2022/06/26
- 24/62: gnu: libxcb: Update to 1.15., guix-commits, 2022/06/26
- 41/62: gnu: c-ares: Update to 1.18.1., guix-commits, 2022/06/26
- 46/62: gnu: nghttp2: Update to 1.48.0., guix-commits, 2022/06/26
- 48/62: gnu: nghttp2: Use G-expressions., guix-commits, 2022/06/26
- 50/62: gnu: procps: Update to 4.0.0., guix-commits, 2022/06/26
- 05/62: gnu: m4: Update to 1.4.19., guix-commits, 2022/06/26
- 18/62: gnu: libxslt: Update to 1.1.35.,
guix-commits <=
- 21/62: gnu: libXft: Remove input labels., guix-commits, 2022/06/26
- 25/62: gnu: libxcb: Remove input labels., guix-commits, 2022/06/26
- 15/62: gnu: Python: Update to 3.9.13., guix-commits, 2022/06/26
- 31/62: gnu: libmnl: Add release-monitoring-url., guix-commits, 2022/06/26
- 14/62: gnu: SQLite: Update to 3.39.0., guix-commits, 2022/06/26
- 35/62: gnu: libnftnl/fixed: Update to 1.2.2., guix-commits, 2022/06/26
- 38/62: gnu: libuv: Update to 1.44.1., guix-commits, 2022/06/26
- 52/62: gnu: libarchive: Update to 3.6.1., guix-commits, 2022/06/26
- 54/62: gnu: jsoncpp: Update to 1.9.5., guix-commits, 2022/06/26
- 55/62: gnu: libssh2: Update to 1.10.0., guix-commits, 2022/06/26