guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit 0f83dbd7ddcf6cab6252b9a100dc0b1056c6b575
Author: John Kehayias <[email protected]>
AuthorDate: Fri Sep 12 17:25:01 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 e6189bcd16..e5bb209369 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1856,13 +1856,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 python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases