From 4d34996b1fe7a10098aeeef2a7d1de9ff75f5df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 3 Apr 2025 20:56:16 -0700 Subject: [PATCH] python313Packages.hass-nabucasa: 0.92.0 -> 0.95.0 Diff: https://github.com/nabucasa/hass-nabucasa/compare/refs/tags/0.92.0...0.95.0 Changelog: https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.95.0 --- pkgs/development/python-modules/hass-nabucasa/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/hass-nabucasa/default.nix b/pkgs/development/python-modules/hass-nabucasa/default.nix index 930cdc526631..4ce17430f524 100644 --- a/pkgs/development/python-modules/hass-nabucasa/default.nix +++ b/pkgs/development/python-modules/hass-nabucasa/default.nix @@ -23,16 +23,16 @@ buildPythonPackage rec { pname = "hass-nabucasa"; - version = "0.92.0"; + version = "0.95.0"; pyproject = true; - disabled = pythonOlder "3.12"; + disabled = pythonOlder "3.13"; src = fetchFromGitHub { owner = "nabucasa"; repo = "hass-nabucasa"; tag = version; - hash = "sha256-OwU3HxUj8M3/3Xv+9WPNbV8sVVR8S9u9U3mSK/P+4o8="; + hash = "sha256-KSGEgMgZ0fHot7hfT0sDl/4aZOsWT8CE+R5ebCqhLAA="; }; pythonRelaxDeps = [ "acme" ];