python3Packages.aiobafi6: fix version in pyproject.toml

This commit is contained in:
Robert Schütz
2026-07-02 22:24:41 -07:00
parent 6dd6e9ec1a
commit f43e09c13b

View File

@@ -4,6 +4,7 @@
fetchFromGitHub,
poetry-core,
protobuf,
pyprojectVersionPatchHook,
pytest-asyncio,
pytestCheckHook,
zeroconf,
@@ -21,6 +22,10 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-EXLMrZobSICAmWPREjx5D8boj/S/3AH5+lsWQlTCl1g=";
};
nativeBuildInputs = [
pyprojectVersionPatchHook
];
build-system = [ poetry-core ];
dependencies = [