gnu: python-elementpath: Update to 1.4.0.

* gnu/packages/xml.scm (python-elementpath): Update to 1.4.0.
This commit is contained in:
Marius Bakke 2020-01-26 12:48:56 +01:00
parent 89c756012c
commit e272783bdb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2054,14 +2054,14 @@ (define-public xmlrpc-c
(define-public python-elementpath
(package
(name "python-elementpath")
(version "1.3.3")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "elementpath" version))
(sha256
(base32
"1rb8892zli74wk1c4hyg77ja9wglq9hplgxwak1rmj3s9p6xnf0p"))))
"15h7d41v48q31hzjay7qzixdv531hnga3h35hksk7x52pgqcrkz7"))))
(build-system python-build-system)
(home-page
"https://github.com/sissaschool/elementpath")