summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-01-15 20:18:35 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-01-15 20:36:34 +0100
commitb2205ae4f691c42573af19721fd1bd54f186fb58 (patch)
tree2c797382bd015ac00bad96785b3b6604aad4e795
parent8fda8b7d6addf5e354e58e449c1a4a8894cb658b (diff)
downloadguix-b2205ae4f691c42573af19721fd1bd54f186fb58.tar.gz
gnu: python-elementpath: Update to 1.3.3.
* gnu/packages/xml.scm (python-elementpath): Update to 1.3.3.
-rw-r--r--gnu/packages/xml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 83a2f1b713..7259efb0f7 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.2.0")
+    (version "1.3.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "elementpath" version))
        (sha256
         (base32
-         "1syn2z543brab23dskh3fjd9pqvz6npqbcicrs2d88dbg26xl08p"))))
+         "1rb8892zli74wk1c4hyg77ja9wglq9hplgxwak1rmj3s9p6xnf0p"))))
     (build-system python-build-system)
     (home-page
      "https://github.com/sissaschool/elementpath")