From f03aeb1eb1994dd7b177a55db2560a2da32e1bf4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 6 Feb 2026 00:39:03 +0100 Subject: [PATCH] python313Packages.hass-nabucasa: 1.12.0 -> 1.14.0 Diff: https://github.com/nabucasa/hass-nabucasa/compare/1.12.0...1.14.0 Changelog: https://github.com/NabuCasa/hass-nabucasa/releases/tag/1.14.0 --- pkgs/development/python-modules/hass-nabucasa/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hass-nabucasa/default.nix b/pkgs/development/python-modules/hass-nabucasa/default.nix index 9c615e7063cf..c3f2fa2c3ba1 100644 --- a/pkgs/development/python-modules/hass-nabucasa/default.nix +++ b/pkgs/development/python-modules/hass-nabucasa/default.nix @@ -32,7 +32,7 @@ buildPythonPackage rec { pname = "hass-nabucasa"; - version = "1.12.0"; + version = "1.14.0"; pyproject = true; disabled = pythonOlder "3.13"; @@ -41,7 +41,7 @@ buildPythonPackage rec { owner = "nabucasa"; repo = "hass-nabucasa"; tag = version; - hash = "sha256-hBfO/dHsoMwUKcJf+6wGmS2+GWXauMu5FC527X3Ygow="; + hash = "sha256-uTADu6IK8X+oQVvGdprmijR+MUJuWG9KMclq7zveC8o="; }; postPatch = ''