python3Packages.aiowithings: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-02 21:58:50 -07:00
parent 75395c0592
commit e5a478dc03

View File

@@ -5,6 +5,7 @@
buildPythonPackage,
fetchFromGitHub,
poetry-core,
pyprojectVersionPatchHook,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
@@ -24,6 +25,10 @@ buildPythonPackage rec {
hash = "sha256-YC1rUyPXWbJ/xfUus5a7vw44gw7PIAdwhrUstXB/+nI=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ poetry-core ];
dependencies = [