Merge pull request #287072 from dotlambda/home-assistant-fix

home-assistant-component-tests.anova: fix by pinning anova-wifi
This commit is contained in:
Martin Weinelt 2024-02-08 14:18:19 +01:00 committed by GitHub
commit 804761c311
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,6 +140,16 @@ let
};
});
anova-wifi = super.anova-wifi.overridePythonAttrs (old: rec {
version = "0.10.3";
src = fetchFromGitHub {
owner = "Lash-L";
repo = "anova_wifi";
rev = "refs/tags/v${version}";
hash = "sha256-tCmvp29KSCkc+g0w0odcB7vGjtDx6evac7XsHEF0syM=";
};
});
astral = super.astral.overridePythonAttrs (oldAttrs: rec {
pname = "astral";
version = "2.2";