diff --git a/pkgs/development/python-modules/plugwise/default.nix b/pkgs/development/python-modules/plugwise/default.nix index f7f34151809d..1b65249cfbe6 100644 --- a/pkgs/development/python-modules/plugwise/default.nix +++ b/pkgs/development/python-modules/plugwise/default.nix @@ -1,5 +1,6 @@ { lib, + aiofiles, aiohttp, buildPythonPackage, defusedxml, @@ -17,7 +18,7 @@ buildPythonPackage rec { pname = "plugwise"; - version = "1.7.6"; + version = "1.7.8"; pyproject = true; disabled = pythonOlder "3.12"; @@ -26,7 +27,7 @@ buildPythonPackage rec { owner = "plugwise"; repo = "python-plugwise"; tag = "v${version}"; - hash = "sha256-x3UiEO2dduMHpDkMZAdpUBNR9VStM7qInEXxZeHqeTM="; + hash = "sha256-hGXjwEOvcSIvfw3xeIUVF59bSXjVXL7CMUncHqeVZ1Y="; }; postPatch = '' @@ -37,6 +38,7 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ + aiofiles aiohttp defusedxml munch