janneke pushed a commit to branch core-packages-team
in repository guix.
commit 5ec241579ad85532400b0d47e9eca3924ae0bedb
Author: Janneke Nieuwenhuizen <[email protected]>
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 10cd6d98fa..2b38037553 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -10,7 +10,7 @@
;;; Copyright © 2016 Mathieu Lirzin <[email protected]>
;;; Copyright © 2016, 2017 Leo Famulari <[email protected]>
;;; Copyright © 2016 Ben Woodcroft <[email protected]>
-;;; Copyright © 2016 Jan Nieuwenhuizen <[email protected]>
+;;; Copyright © 2016, 2024 Janneke Nieuwenhuizen <[email protected]>
;;; Copyright © 2016, 2017 Nikita <[email protected]>
;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2016-2022 Marius Bakke <[email protected]>
@@ -1887,13 +1887,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