python3Packages.powerfox: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-02 09:36:10 -07:00
parent 46488a9344
commit 34af3065e5
@@ -7,6 +7,7 @@
mashumaro,
orjson,
poetry-core,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
@@ -28,6 +29,10 @@ buildPythonPackage (finalAttrs: {
build-system = [ poetry-core ];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
dependencies = [
aiohttp
mashumaro