From f57e2e1fb316bf50879473cfefdff1bb9f9b4ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 3 Feb 2026 22:10:43 -0800 Subject: [PATCH] python3Packages.hass-nabucasa: 1.7.0 -> 1.12.0 Diff: https://github.com/nabucasa/hass-nabucasa/compare/1.7.0...1.12.0 Changelog: https://github.com/NabuCasa/hass-nabucasa/releases/tag/1.12.0 --- pkgs/development/python-modules/hass-nabucasa/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/hass-nabucasa/default.nix b/pkgs/development/python-modules/hass-nabucasa/default.nix index a5af8eb18d02..9c615e7063cf 100644 --- a/pkgs/development/python-modules/hass-nabucasa/default.nix +++ b/pkgs/development/python-modules/hass-nabucasa/default.nix @@ -11,8 +11,8 @@ fetchFromGitHub, freezegun, grpcio, + icmplib, josepy, - litellm, pycognito, pyjwt, pytest-aiohttp, @@ -32,7 +32,7 @@ buildPythonPackage rec { pname = "hass-nabucasa"; - version = "1.7.0"; + version = "1.12.0"; pyproject = true; disabled = pythonOlder "3.13"; @@ -41,7 +41,7 @@ buildPythonPackage rec { owner = "nabucasa"; repo = "hass-nabucasa"; tag = version; - hash = "sha256-22DCn6ITrpH4bevAvfogA1f4llwuk5vIn3rKieedVfg="; + hash = "sha256-hBfO/dHsoMwUKcJf+6wGmS2+GWXauMu5FC527X3Ygow="; }; postPatch = '' @@ -65,8 +65,8 @@ buildPythonPackage rec { ciso8601 cryptography grpcio + icmplib josepy - litellm pycognito pyjwt sentence-stream