python310Packages.elementpath: 4.1.4 -> 4.1.5

This commit is contained in:
R. Ryantm 2023-07-26 21:42:05 +00:00
parent 78df3591ec
commit 5dc53476eb

View file

@ -6,7 +6,7 @@
buildPythonPackage rec {
pname = "elementpath";
version = "4.1.4";
version = "4.1.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "sissaschool";
repo = "elementpath";
rev = "refs/tags/v${version}";
hash = "sha256-cU22JdrCTvg8cF1LK9dYfOTztp3qoXV9VK6aMpbKFHc=";
hash = "sha256-5K2xcnTo3/A6/pCxQn5qZqni7C64p/yNAWWJlhQeKe4=";
};
# avoid circular dependency with xmlschema which directly depends on this