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-01-21 04:34:49 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-20 23:56:54 -0800
commitc3f5fb04db9412bcc673608ca8814e8ca564e490 (patch)
tree744eea814119e55b9b8a91f23c115e0f139c5aa2 /pkgs/development/python-modules/elementpath
parent33784b72282008c1e4025668b7d40ea7bb6bb0cf (diff)
python37Packages.elementpath: 2.1.0 -> 2.1.1
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 270405263127c..bbab0bfe6e4fb 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.0";
+  version = "2.1.1";
   pname = "elementpath";
   disabled = isPy27; # uses incompatible class syntax
 
@@ -9,7 +9,7 @@ buildPythonPackage rec {
     owner = "sissaschool";
     repo = "elementpath";
     rev = "v${version}";
-    sha256 = "17a0gcwmv87kikirgkgr305f5c7wz34hf7djssx4xbk9lfq9m2lg";
+    sha256 = "1h910v8f0648nqnk40bxgdim3623m07yg4xdfwcips2h55d19rk2";
   };
 
   # avoid circular dependency with xmlschema which directly depends on this