summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-31 07:15:21 -0500
committerGitHub <noreply@github.com>2021-01-31 07:15:21 -0500
commitb6f826e74177df88778d20fa51d8244126859c4a (patch)
treee5d9c1def3a158e388a9df565a81c1cbb2f806af /pkgs
parent28923b22ef421ba03654e346a9c2ee47439ccbed (diff)
parent76ed08b507157ea071659c8b4e5d3172b110f328 (diff)
Merge pull request #111397 from r-ryantm/auto-update/python3.7-elementpath
python37Packages.elementpath: 2.1.1 -> 2.1.3
Diffstat (limited to 'pkgs')
-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 bbab0bfe6e4f..a5a639484ec1 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.1";
+ version = "2.1.3";
pname = "elementpath";
disabled = isPy27; # uses incompatible class syntax
@@ -9,7 +9,7 @@ buildPythonPackage rec {
owner = "sissaschool";
repo = "elementpath";
rev = "v${version}";
- sha256 = "1h910v8f0648nqnk40bxgdim3623m07yg4xdfwcips2h55d19rk2";
+ sha256 = "062l1dqbaz1pab3qz6x5zmja8m8gw1bxgfl4kx91gdh0zsiakg8j";
};
# avoid circular dependency with xmlschema which directly depends on this