From 3897d295efb3bd8dd99774bb4ecfd1f58311fb89 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 11 Jun 2025 20:43:30 +0200 Subject: [PATCH] python313Packages.hass-nabucasa: 0.96.0 -> 0.101.0 https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.101.0 --- .../python-modules/hass-nabucasa/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/hass-nabucasa/default.nix b/pkgs/development/python-modules/hass-nabucasa/default.nix index 007c9e2862d0..09e4965c1e3e 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.96.0"; + version = "0.101.0"; pyproject = true; disabled = pythonOlder "3.13"; @@ -32,13 +32,16 @@ buildPythonPackage rec { owner = "nabucasa"; repo = "hass-nabucasa"; tag = version; - hash = "sha256-U6rxX1VgSpOkmd/kyf2thYF/0TtsguWbVxXaeuq/wvs="; + hash = "sha256-AxkLvSXGCs31rDcoo0PWqG8p/CC2/oj4XzZ2j882Ma4="; }; - pythonRelaxDeps = [ "acme" ]; - build-system = [ setuptools ]; + pythonRelaxDeps = [ + "acme" + "josepy" + ]; + dependencies = [ acme aiohttp