summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-31 06:21:50 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-31 06:21:50 +0000
commit76ed08b507157ea071659c8b4e5d3172b110f328 (patch)
treee62763803540397cb18284982f9e0296add00b7f /pkgs
parent5b0e5424d4b4b0c58b680b18ce9bc2d838ee1cdc (diff)
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