diff options
| author | Aaron Covrig <aaron.covrig.us@ieee.org> | 2025-12-23 21:56:21 -0500 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:20 +0100 |
| commit | 314d39ebebdf134a78b683ef033e79e4b69ec282 (patch) | |
| tree | 2def278db1e77f0be93dc3d4d8cc792ad69126c3 /gnu | |
| parent | dba036ecee8a0781132edb15a196ac2c075ebf51 (diff) | |
gnu: python-lxml: Update to 6.0.2.
* gnu/packages/xml.scm (python-lxml): Update to 6.0.2.
Change-Id: I5c16b8a2819e96a5fdeadbb35b72789cb78d1945
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -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 ed2fe1a4e6b..1dab9ea715f 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm | |||
| @@ -1967,13 +1967,13 @@ because lxml.etree already has its own implementation of XPath 1.0.") | |||
| 1967 | (define-public python-lxml | 1967 | (define-public python-lxml |
| 1968 | (package | 1968 | (package |
| 1969 | (name "python-lxml") | 1969 | (name "python-lxml") |
| 1970 | (version "6.0.1") | 1970 | (version "6.0.2") |
| 1971 | (source | 1971 | (source |
| 1972 | (origin | 1972 | (origin |
| 1973 | (method url-fetch) | 1973 | (method url-fetch) |
| 1974 | (uri (pypi-uri "lxml" version)) | 1974 | (uri (pypi-uri "lxml" version)) |
| 1975 | (sha256 | 1975 | (sha256 |
| 1976 | (base32 "14064h0pxdsx36nhyjzrw0v16ygz977qf6l0ydnh5p97pwp8hfib")))) | 1976 | (base32 "0qndw2b7zwjwihbbf1pvwjv9wk9hzbychpb5v9yk2jypgcvg6yfd")))) |
| 1977 | (build-system pyproject-build-system) | 1977 | (build-system pyproject-build-system) |
| 1978 | (arguments | 1978 | (arguments |
| 1979 | `(#:phases (modify-phases %standard-phases | 1979 | `(#:phases (modify-phases %standard-phases |
