From c6a76b3f4462d03ff1e04a0ac33357bdcddf557c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 3 Jul 2025 17:37:47 +0200 Subject: [PATCH] python3Packages.hass-nabucasa: 0.101.0 -> 0.105.0 https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.105.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 09e4965c1e3e..6566a428fc37 100644 --- a/pkgs/development/python-modules/hass-nabucasa/default.nix +++ b/pkgs/development/python-modules/hass-nabucasa/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "hass-nabucasa"; - version = "0.101.0"; + version = "0.105.0"; pyproject = true; disabled = pythonOlder "3.13"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "nabucasa"; repo = "hass-nabucasa"; tag = version; - hash = "sha256-AxkLvSXGCs31rDcoo0PWqG8p/CC2/oj4XzZ2j882Ma4="; + hash = "sha256-KH6wUh5BRsYox0BPo7BNCS+8KaRtpoWvaQHbcuN89hE="; }; build-system = [ setuptools ];