me
/
guix
Archived
1
0
Fork 0

gnu: python-lxml: Update to 4.5.2.

* gnu/packages/xml.scm (python-lxml): Update to 4.5.2.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Morgan Smith 2020-08-10 22:51:07 -04:00 committed by Mathieu Othacehe
parent fe6775f52b
commit 8b074a0abe
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 2 deletions

View File

@ -2072,13 +2072,13 @@ because lxml.etree already has it's own implementation of XPath 1.0.")
(define-public python-lxml
(package
(name "python-lxml")
(version "4.4.2")
(version "4.5.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lxml" version))
(sha256
(base32 "01nvb5j8vs9nk4z5s3250b1m22b4d08kffa36if3g1mdygdrvxpg"))))
(base32 "1xhx76hr1w3lllfcg9a01f2y0zwyf59ijnvlh08299mjh8b3mhfd"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases