python3Packages.pysmartthings: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-08 19:22:57 -07:00
parent ba7c0447e4
commit 5c418480fb
@@ -7,6 +7,7 @@
mashumaro,
orjson,
hatchling,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
@@ -31,6 +32,10 @@ buildPythonPackage (finalAttrs: {
build-system = [ hatchling ];
nativeBuildInputs = [
pyprojectVersionPatchHook
];
dependencies = [
aiohttp
mashumaro