me
/
guix
Archived
1
0
Fork 0

gnu: python-lxml: Update to 4.4.1.

* gnu/packages/python-xyz.scm (python-lxml): Update to 4.4.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
master
Giacomo Leidi 2019-10-28 21:54:16 +01:00 committed by Marius Bakke
parent d332fd860f
commit 2a74f9284e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -5963,14 +5963,14 @@ the GObject Introspection bindings to libnotify for non-GTK applications.")
(define-public python-lxml
(package
(name "python-lxml")
(version "4.2.5")
(version "4.4.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lxml" version))
(sha256
(base32
"0zw0y9hs0nflxhl9cs6ipwwh53szi3w2x06wl0k9cylyqac0cwin"))))
"14jnpfcpgqr9sx8ppd286jzcbk0b36hbqsvd8jkvffipzw5v8768"))))
(build-system python-build-system)
(inputs
`(("libxml2" ,libxml2)