home-assistant: pin iaqualink at 0.4.1

This commit is contained in:
Martin Weinelt 2022-10-15 03:54:05 +02:00
parent f2cc5866e8
commit 243ab8ae4f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -84,6 +84,16 @@ let
};
});
iaqualink = super.iaqualink.overridePythonAttrs (oldAttrs: rec {
version = "0.4.1";
src = fetchFromGitHub {
owner = "flz";
repo = "iaqualink-py";
rev = "v${version}";
hash = "sha256-GDJwPBEU7cteAdYj7eo5tAo0G8AVcQR7KSxLNLhU/XU=";
};
});
# pytest-aiohttp>0.3.0 breaks home-assistant tests
pytest-aiohttp = super.pytest-aiohttp.overridePythonAttrs (oldAttrs: rec {
version = "0.3.0";