python3Packages.zinvolt: fix version in pyproject.toml
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user