diff --git a/pkgs/development/python-modules/hass-nabucasa/default.nix b/pkgs/development/python-modules/hass-nabucasa/default.nix index 7ed70976fedb..ddb9f123b00e 100644 --- a/pkgs/development/python-modules/hass-nabucasa/default.nix +++ b/pkgs/development/python-modules/hass-nabucasa/default.nix @@ -7,15 +7,17 @@ , fetchFromGitHub , pycognito , pytest-aiohttp +, pytest-timeout , pytestCheckHook , pythonOlder , snitun -, warrant +, syrupy +, xmltodict }: buildPythonPackage rec { pname = "hass-nabucasa"; - version = "0.64.0"; + version = "0.66.2"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -24,7 +26,7 @@ buildPythonPackage rec { owner = "nabucasa"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-30Z8KBgcd53Nd9lf39Wt28PaYFcnBZ5LC7B+1cestKM="; + hash = "sha256-LlVT5WRd2uhUaghThJ5ghPbX40QjqTenUC4txMx3Jlo="; }; postPatch = '' @@ -41,12 +43,14 @@ buildPythonPackage rec { attrs pycognito snitun - warrant ]; nativeCheckInputs = [ pytest-aiohttp + pytest-timeout pytestCheckHook + syrupy + xmltodict ]; pythonImportsCheck = [