python37Packages.elementpath: 2.1.1 -> 2.1.3

wip/yesman
R. RyanTM 3 years ago
parent 5b0e5424d4
commit 76ed08b507
  1. 4
      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

Loading…
Cancel
Save