From b180d494ca96d326e846ff58547147fe1e192afc Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 6 Aug 2025 20:59:24 +0200 Subject: [PATCH] python3Packages.hass-nabucasa: 0.106.0 -> 0.111.1 https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.111.1 --- .../python-modules/hass-nabucasa/default.nix | 10 ++++++++-- 1 file 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