diff --git a/pkgs/development/python-modules/python-homewizard-energy/default.nix b/pkgs/development/python-modules/python-homewizard-energy/default.nix index ef4d79dfda88..d19187bdc57d 100644 --- a/pkgs/development/python-modules/python-homewizard-energy/default.nix +++ b/pkgs/development/python-modules/python-homewizard-energy/default.nix @@ -3,8 +3,10 @@ aiohttp, aresponses, async-timeout, + backoff, buildPythonPackage, fetchFromGitHub, + multidict, poetry-core, pytest-asyncio, pytestCheckHook, @@ -14,7 +16,7 @@ buildPythonPackage rec { pname = "python-homewizard-energy"; - version = "6.2.0"; + version = "6.3.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -23,7 +25,7 @@ buildPythonPackage rec { owner = "DCSBL"; repo = "python-homewizard-energy"; rev = "refs/tags/v${version}"; - hash = "sha256-CSX2iLjOJRW2dxcE9JhK2A8QlvVUxYE2C6MZFPg370c="; + hash = "sha256-etbYZKTNdlQCDc7LXir4D7LtRzYx9jhXZc1bJvsEb8E="; }; postPatch = '' @@ -36,6 +38,8 @@ buildPythonPackage rec { dependencies = [ aiohttp async-timeout + backoff + multidict ]; __darwinAllowLocalNetworking = true;