diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-26 12:48:56 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-26 13:59:39 +0100 |
commit | e272783bdb792bce28cd70f8b4c51d53658a0c7b (patch) | |
tree | 45f3354a002eb632edda2ab5852ad5d46f59ebe8 /gnu/packages | |
parent | 89c756012c7f28dc7b4e52316f81168984f14293 (diff) | |
download | guix-e272783bdb792bce28cd70f8b4c51d53658a0c7b.tar.gz guix-e272783bdb792bce28cd70f8b4c51d53658a0c7b.zip |
gnu: python-elementpath: Update to 1.4.0.
* gnu/packages/xml.scm (python-elementpath): Update to 1.4.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 9984e92f17..b931707acc 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -2054,14 +2054,14 @@ modular implementation of XML-RPC for C and 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") |