diff options
Diffstat (limited to 'pkgs/development/python-modules/hass-nabucasa/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/hass-nabucasa/default.nix | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hass-nabucasa/default.nix b/pkgs/development/python-modules/hass-nabucasa/default.nix index e34744bbe859..15bbb7d091ab 100644 --- a/pkgs/development/python-modules/hass-nabucasa/default.nix +++ b/pkgs/development/python-modules/hass-nabucasa/default.nix @@ -8,12 +8,15 @@ ciso8601, cryptography, fetchFromGitHub, + freezegun, pycognito, pyjwt, pytest-aiohttp, + pytest-socket, pytest-timeout, pytestCheckHook, pythonOlder, + sentence-stream, setuptools, snitun, syrupy, @@ -23,7 +26,7 @@ buildPythonPackage rec { pname = "hass-nabucasa"; - version = "0.106.0"; + version = "0.111.1"; pyproject = true; disabled = pythonOlder "3.13"; @@ -32,7 +35,7 @@ buildPythonPackage rec { owner = "nabucasa"; repo = "hass-nabucasa"; tag = version; - hash = "sha256-GrdtZGAaDZWVsKatiWxp9uSNSLjnzM0Cw+26IHm1KN0="; + hash = "sha256-WmsLn/pHI3KJSmX5U20eNUEs0Q1upuwkkzcHIYPNYjY="; }; build-system = [ setuptools ]; @@ -51,12 +54,15 @@ buildPythonPackage rec { cryptography pycognito pyjwt + sentence-stream snitun webrtc-models ]; nativeCheckInputs = [ + freezegun pytest-aiohttp + pytest-socket pytest-timeout pytestCheckHook syrupy |
