python310Packages.elementpath: 4.0.1 -> 4.1.2

Diff: https://github.com/sissaschool/elementpath/compare/refs/tags/v4.0.1...v4.1.2
This commit is contained in:
Fabian Affolter 2023-04-30 22:51:01 +02:00
parent 28773bcb36
commit d46ec6eb01

View File

@ -6,7 +6,7 @@
buildPythonPackage rec {
pname = "elementpath";
version = "4.0.1";
version = "4.1.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "sissaschool";
repo = "elementpath";
rev = "refs/tags/v${version}";
hash = "sha256-BEnSPRuQUnKXtPAJfjxS+fwE0rpPj1U2yRK8eImKMYw=";
hash = "sha256-tu0WH/RwLVjGRX7vFlx7yLhmsE4Svg+qoWIoMbJSZjo=";
};
# avoid circular dependency with xmlschema which directly depends on this