diff options
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 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 |
