python3Packages.elementpath: 2.5.3 -> 3.0.2

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:09 +01:00
parent cd3221b60d
commit a5b9c971c9

View File

@ -6,7 +6,7 @@
buildPythonPackage rec {
pname = "elementpath";
version = "2.5.3";
version = "3.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "sissaschool";
repo = "elementpath";
rev = "refs/tags/v${version}";
hash = "sha256-+NCsWPt5yMXe+GR9nEBU7byYhKrH/6xghQioj9AOGm4=";
hash = "sha256-b+Th28GI2UOmfO4jy4biohAJWPiYWkvFLqqs9lgR4Vc=";
};
# avoid circular dependency with xmlschema which directly depends on this