Revert "gnu: python-lxml: Update to 4.6.5."

This reverts commit 2365e8435a as it triggers
>15k rebuilds: https://ci.guix.gnu.org/eval/543158.
This commit is contained in:
Mathieu Othacehe 2022-08-15 15:45:46 +02:00
parent 9ddd37d6ab
commit 3084fc28fd
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -2500,13 +2500,13 @@ (define-public python-elementpath
(define-public python-lxml
(package
(name "python-lxml")
(version "4.6.5")
(version "4.6.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lxml" version))
(sha256
(base32 "1jn4gbd1qxrbdli6x0bihi5rkm1h4qmfxqny9pa90bx8qgnfv13f"))
(base32 "0s14r1w2x9sdlcsw8mxiqgw4rz5zs5lpqpxrfyn4a1mkndqqbdrr"))
;; Adapt a test to libxml2 2.9.12, taken from this commit:
;; https://github.com/lxml/lxml/commit/852ed1092bd80b6b9a51db24371047e
(modules '((guix build utils)))