From 23655aa62f4f15860c978b29ee17e34f165f282e Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 12 Feb 2025 23:29:21 +0100 Subject: [PATCH] python313Packages.hass-nabucasa: 0.89.0 -> 0.90.0 https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.90.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 2468d243f598..5a60e8a71fff 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.89.0"; + version = "0.90.0"; pyproject = true; disabled = pythonOlder "3.12"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "nabucasa"; repo = "hass-nabucasa"; tag = version; - hash = "sha256-o6VUfg0mtaXw5isF4Q1afCZrOMSW9FSjbOOUcBne+dY="; + hash = "sha256-OP+KUh0WsE6I0hKUvUBHhzrLCKM7jc5GhO++9OrLh4s="; }; pythonRelaxDeps = [ "acme" ];