diff options
| author | John Kehayias <john@guixotic.coop> | 2025-09-16 14:52:54 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-30 16:48:20 +0900 |
| commit | 275548ebdb2342742be9e4dec2df35e5897f3998 (patch) | |
| tree | 120abb095ddac6971336b92c2169ec7530b69197 /gnu/packages | |
| parent | 2c5cdd27963a772cc3fdbd3a4045ab3dd472c4b8 (diff) | |
gnu: python-lxml: Update to 6.0.1.
* gnu/packages/xml.scm (python-lxml): Update to 6.0.1.
Change-Id: Iab60f97a74c804e17fd2f2adf326d8a098c06ef0
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 5dec5d157a7..e0415ece471 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 |
