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-26 04:02:44 -0700
committerGitHub <noreply@github.com>2021-03-26 12:02:44 +0100
commit9cc28832860772cd586d9f322d3882064dd74f5f (patch)
tree29132a8b4f11223fe0dea67178a4124badbe5105 /pkgs/development/python-modules/elementpath
parent56592ea2933c3ee837e28f593191924748db3142 (diff)
python38Packages.elementpath: 2.2.0 -> 2.2.1 (#117673)
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 745b7a7b105f7..c98937804a319 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.2.0";
+  version = "2.2.1";
   pname = "elementpath";
   disabled = isPy27; # uses incompatible class syntax
 
@@ -9,7 +9,7 @@ buildPythonPackage rec {
     owner = "sissaschool";
     repo = "elementpath";
     rev = "v${version}";
-    sha256 = "1xfn5yasi849vs06ffxq6phapm6gc3p8yvdyvqmb47gbnji5mpb5";
+    sha256 = "15yjl18n81zddd27789mcy12gnja3cqycjdykybwgd9i0ysj96gl";
   };
 
   # avoid circular dependency with xmlschema which directly depends on this