python3Packages.nyt-games: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-08 19:22:55 -07:00
parent 5c2746b34c
commit 5acdac6455
@@ -7,6 +7,7 @@
mashumaro,
orjson,
poetry-core,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
@@ -28,6 +29,10 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
dependencies = [
aiohttp
mashumaro