[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/75: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
25/75: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14. |
Date: |
Sun, 15 Dec 2024 18:06:31 -0500 (EST) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit 334eed255538429fc3b43b607f66e3ea9aab56a2
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Dec 8 11:35:30 2024 +0100
gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14.
* gnu/packages/xml.scm (python-lxml): Update to 5.2.2. This fixes the build
with gcc-14.
Change-Id: Ia14c5266f157ed373d4d0129cc4623a09f22bb75
---
gnu/packages/xml.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 5bbd1dd64e..67ae42ae74 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -10,7 +10,7 @@
;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
-;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2016, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016-2022 Marius Bakke <marius@gnu.org>
@@ -1870,13 +1870,13 @@ because lxml.etree already has its own implementation
of XPath 1.0.")
(define-public python-lxml
(package
(name "python-lxml")
- (version "4.9.1")
+ (version "5.2.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lxml" version))
(sha256
- (base32 "0grczyrrq2rbwhvpri15cyhv330s494vbz3js3jky8xp5c2rnx7y"))))
+ (base32 "11yvrzlswlh81z6lpmds2is2jd3wkigpwj6mcfcaggl0h64w8bdv"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
- 37/75: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., (continued)
- 37/75: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2024/12/15
- 42/75: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/15
- 51/75: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/15
- 57/75: gnu: hurd: Use -Wno-error=., guix-commits, 2024/12/15
- 58/75: gnu: netdde: Use -Wno-error=., guix-commits, 2024/12/15
- 05/75: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2024/12/15
- 13/75: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/15
- 02/75: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2024/12/15
- 22/75: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/15
- 24/75: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2024/12/15
- 25/75: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14.,
guix-commits <=
- 43/75: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/15
- 46/75: gnu: pth: Fix build with gcc-14., guix-commits, 2024/12/15
- 40/75: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/15
- 38/75: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/15
- 39/75: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/15
- 67/75: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2024/12/15
- 55/75: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 56/75: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2024/12/15
- 41/75: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/15
- 60/75: gnu: m4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15