guix_mirror_bot pushed a commit to branch mesa-updates in repository guix. commit e9e94b2b7aa0ee5ca3d065053bbd715ecf8a3adb Author: John Kehayias <j...@guixotic.coop> 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