home-assistant: Pin aiowatttime at 0.1.1

This commit is contained in:
Martin Weinelt 2023-01-18 14:46:42 +01:00
parent df68015dd5
commit a72680c75b

View file

@ -43,6 +43,16 @@ let
};
});
aiowatttime = super.aiowatttime.overridePythonAttrs (oldAttrs: rec {
version = "0.1.1";
src = fetchFromGitHub {
owner = "bachya";
repo = "aiowatttime";
rev = "refs/tags/${version}";
hash = "sha256-tWnxGLJT+CRFvkhxFamHxnLXBvoR8tfOvzH1o1i5JJg=";
};
});
astral = super.astral.overridePythonAttrs (oldAttrs: rec {
pname = "astral";
version = "2.2";