Fabian Affolter
2025-01-11 20:16:20 +01:00
parent 3b9be7f94d
commit 6762e6e33e
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "elementpath";
version = "4.5.0";
version = "4.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "sissaschool";
repo = "elementpath";
tag = "v${version}";
hash = "sha256-zyJ+UtPTGEziIlucIXN1dIzfN5sfLkeOia7tiqOGFjk=";
hash = "sha256-lFUrY3LOSc2OROkzotGSW9N3h9dJA4EnCvLNU41BPA0=";
};
build-system = [ setuptools ];