gnu: python-lxml: Update to 4.4.2.

* gnu/packages/python-xyz.scm (python-lxml): Update to 4.4.2.
This commit is contained in:
Mathieu Othacehe 2019-12-31 13:14:52 +01:00
parent ce9383c090
commit 0715e520ea
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -5754,14 +5754,14 @@ the GObject Introspection bindings to libnotify for non-GTK applications.")
(define-public python-lxml (define-public python-lxml
(package (package
(name "python-lxml") (name "python-lxml")
(version "4.4.1") (version "4.4.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "lxml" version)) (uri (pypi-uri "lxml" version))
(sha256 (sha256
(base32 (base32
"14jnpfcpgqr9sx8ppd286jzcbk0b36hbqsvd8jkvffipzw5v8768")))) "01nvb5j8vs9nk4z5s3250b1m22b4d08kffa36if3g1mdygdrvxpg"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases