about summary refs log tree commit diff
path: root/pkgs/development/python-modules/elementpath
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-10 15:46:00 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-03-10 08:43:40 -0800
commit0a8d1d2bd283681db223adf5fbe73cbebc7c86c4 (patch)
treef12afaa0f925eb77ab536328b92a258ec6aae4a7 /pkgs/development/python-modules/elementpath
parentc56233a7b6cf160ca6a8092bccf672730aab7cf6 (diff)
python38Packages.elementpath: 2.1.4 -> 2.2.0
Diffstat (limited to 'pkgs/development/python-modules/elementpath')
-rw-r--r--pkgs/development/python-modules/elementpath/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/elementpath/default.nix b/pkgs/development/python-modules/elementpath/default.nix
index f675d90e9355d..745b7a7b105f7 100644
--- a/pkgs/development/python-modules/elementpath/default.nix
+++ b/pkgs/development/python-modules/elementpath/default.nix
@@ -1,7 +1,7 @@
 { lib, buildPythonPackage, fetchFromGitHub, isPy27 }:
 
 buildPythonPackage rec {
-  version = "2.1.4";
+  version = "2.2.0";
   pname = "elementpath";
   disabled = isPy27; # uses incompatible class syntax
 
@@ -9,7 +9,7 @@ buildPythonPackage rec {
     owner = "sissaschool";
     repo = "elementpath";
     rev = "v${version}";
-    sha256 = "00v6npm7d4bk4cnpzacxybn165x6vjqrydssznn0bxzv8aynm1vb";
+    sha256 = "1xfn5yasi849vs06ffxq6phapm6gc3p8yvdyvqmb47gbnji5mpb5";
   };
 
   # avoid circular dependency with xmlschema which directly depends on this