[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/40: gnu: python-lxml: Update to 5.2.2; fixing build with gcc-14.
From: |
guix-commits |
Subject: |
29/40: gnu: python-lxml: Update to 5.2.2; fixing build with gcc-14. |
Date: |
Tue, 10 Dec 2024 08:30:16 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit e8e7985250d74d8944917fb964affb7ddeddf283
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Dec 8 11:35:30 2024 +0100
gnu: python-lxml: Update to 5.2.2; fixing 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 181b90ae24..a4732c73ec 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>
@@ -1865,13 +1865,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
- 06/40: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., (continued)
- 06/40: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/10
- 01/40: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/10
- 24/40: gnu: commencement: static-bash-for-glibc Fix x86-linux build., guix-commits, 2024/12/10
- 13/40: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/10
- 26/40: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/10
- 33/40: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/10
- 21/40: gnu: elfutils: Update to 0.192; fixing build with gcc-14., guix-commits, 2024/12/10
- 04/40: gnu: %bootstrap-glibc: Patch more files., guix-commits, 2024/12/10
- 10/40: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/10
- 30/40: gnu: xmlto: Fix build with gcc-14., guix-commits, 2024/12/10
- 29/40: gnu: python-lxml: Update to 5.2.2; fixing build with gcc-14.,
guix-commits <=
- 38/40: DRAFT gnu: gcc: Update gcc, gcc-toolchain to 14., guix-commits, 2024/12/10
- 35/40: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/10
- 03/40: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/10
- 05/40: gnu: %bootstrap-glibc: Prevent rebuilds., guix-commits, 2024/12/10
- 17/40: gnu: automake: Update to 1.17; fixing build with gcc-14., guix-commits, 2024/12/10
- 20/40: gnu: bdb: Use automake-1.16.5., guix-commits, 2024/12/10
- 19/40: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/10
- 09/40: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/10
- 16/40: gnu: automake: Fix build with gcc-14., guix-commits, 2024/12/10
- 22/40: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/10