guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit 567ec4625b10ca4fcdc238e49ce814f92ff55a99
Author: John Kehayias <[email protected]>
AuthorDate: Tue Sep 16 14:52:54 2025 -0400
gnu: python-lxml: Update to 6.0.1.
* gnu/packages/xml.scm (python-lxml): Update to 6.0.1.
Change-Id: Iab60f97a74c804e17fd2f2adf326d8a098c06ef0
---
gnu/packages/xml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 5dec5d157a..e0415ece47 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1866,13 +1866,13 @@ because lxml.etree already has its own implementation
of XPath 1.0.")
(define-public python-lxml
(package
(name "python-lxml")
- (version "5.2.2")
+ (version "6.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lxml" version))
(sha256
- (base32 "11yvrzlswlh81z6lpmds2is2jd3wkigpwj6mcfcaggl0h64w8bdv"))))
+ (base32 "14064h0pxdsx36nhyjzrw0v16ygz977qf6l0ydnh5p97pwp8hfib"))))
(build-system pyproject-build-system)
(arguments
`(#:phases (modify-phases %standard-phases