[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/74: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
25/74: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14. |
Date: |
Sun, 15 Dec 2024 10:03:17 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
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
- branch core-packages-team created (now 109eb53ec8), guix-commits, 2024/12/15
- 02/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2024/12/15
- 03/74: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/15
- 17/74: gnu: automake-1.16.5: Skip tests., guix-commits, 2024/12/15
- 21/74: gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/15
- 20/74: gnu: libstdc++: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 09/74: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2024/12/15
- 18/74: gnu: bdb: Use automake-1.16.5., guix-commits, 2024/12/15
- 32/74: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/15
- 25/74: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14.,
guix-commits <=
- 31/74: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/15
- 36/74: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/15
- 10/74: gnu: zip: Fix build with gcc-14., guix-commits, 2024/12/15
- 01/74: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/15
- 06/74: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 05/74: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2024/12/15
- 07/74: gnu: commencement: gcc-final: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 16/74: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/15
- 11/74: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/15
- 15/74: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2024/12/15