python37Packages.elementpath: 2.1.3 -> 2.1.4

This commit is contained in:
R. RyanTM 2021-02-13 11:44:07 +00:00 committed by Jonathan Ringer
parent 5e76186db4
commit fab58377ab

View File

@ -1,7 +1,7 @@
{ lib, buildPythonPackage, fetchFromGitHub, isPy27 }:
buildPythonPackage rec {
version = "2.1.3";
version = "2.1.4";
pname = "elementpath";
disabled = isPy27; # uses incompatible class syntax
@ -9,7 +9,7 @@ buildPythonPackage rec {
owner = "sissaschool";
repo = "elementpath";
rev = "v${version}";
sha256 = "062l1dqbaz1pab3qz6x5zmja8m8gw1bxgfl4kx91gdh0zsiakg8j";
sha256 = "00v6npm7d4bk4cnpzacxybn165x6vjqrydssznn0bxzv8aynm1vb";
};
# avoid circular dependency with xmlschema which directly depends on this