python312Packages.aiohomeconnect: 0.7.2 -> 0.7.5 (#371589)

This commit is contained in:
Fabian Affolter
2025-01-06 23:47:04 +01:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "aiohomeconnect";
version = "0.7.2";
version = "0.7.5";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aiohomeconnect";
tag = "v${version}";
hash = "sha256-E+2IQy3O+ccvZfjlORo+eTd+l41FSXk1dIE2Adrn3Ok=";
hash = "sha256-1+2ezwmlzLYbrODGNoOzd9Gbjl/5BzarmXr8eiaKZ9c=";
};
pythonRelaxDeps = [ "httpx" ];