python312Packages.elementpath: 4.4.0 -> 4.5.0 (#340908)

This commit is contained in:
Fabian Affolter 2024-09-10 10:38:04 +02:00 committed by GitHub
commit 2f482ab6c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "elementpath";
version = "4.4.0";
version = "4.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "sissaschool";
repo = "elementpath";
rev = "refs/tags/v${version}";
hash = "sha256-n1Ps0CybeLeDR5E4UnqmSkbFe0SXyplomEGDchAweSY=";
hash = "sha256-zyJ+UtPTGEziIlucIXN1dIzfN5sfLkeOia7tiqOGFjk=";
};
build-system = [ setuptools ];