python311Packages.aioecowitt: 2024.2.1 -> 2024.2.2

This commit is contained in:
R. Ryantm 2024-02-15 14:07:36 +00:00
parent c3ef726ee1
commit 15c5f76541

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aioecowitt";
version = "2024.2.1";
version = "2024.2.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-PBV5jk0oItelCDFZsk8et0raIGEWxOaNdHuAViQ6LZc=";
hash = "sha256-QfUawUtkNl2molropV8NSU7Kfm/D5/xuaPCjgm2TVOs=";
};
nativeBuildInputs = [