python3Packages.zinvolt: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-09 09:54:01 -07:00
parent 2b69b6b928
commit b71eecfbbe
@@ -7,6 +7,7 @@
mashumaro,
orjson,
hatchling,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
@@ -26,6 +27,10 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-e4kbAEUxJzc2qOnXhtNMFUeDcsUc/G1Wo0LHwTQcgXs=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ hatchling ];
dependencies = [