From faae6938b7574c87293ea6dd9c7583a8af4d4262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 2 Apr 2025 15:58:34 -0700 Subject: [PATCH] home-assistant.python.pkgs.home-assistant-intents: 2025.3.5 -> 2025.3.28 Diff: https://github.com/home-assistant/intents-package/compare/refs/tags/2025.3.5...2025.3.28 Changelog: https://github.com/home-assistant/intents/releases/tag/2025.3.12 https://github.com/home-assistant/intents/releases/tag/2025.3.23 https://github.com/home-assistant/intents/releases/tag/2025.3.24 https://github.com/home-assistant/intents/releases/tag/2025.3.28 --- pkgs/servers/home-assistant/intents.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/intents.nix b/pkgs/servers/home-assistant/intents.nix index 88d705f8b9a6..99cfdadb9148 100644 --- a/pkgs/servers/home-assistant/intents.nix +++ b/pkgs/servers/home-assistant/intents.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "home-assistant-intents"; - version = "2025.3.5"; + version = "2025.3.28"; pyproject = true; disabled = pythonOlder "3.9"; @@ -32,7 +32,7 @@ buildPythonPackage rec { repo = "intents-package"; rev = "refs/tags/${version}"; fetchSubmodules = true; - hash = "sha256-4FYmj6EqcNxPzXJVM0svyJIoeMSBnINNfvOda4B9Jic="; + hash = "sha256-p1AQYwlMas6GLzg4ZsypDaUsQs74drKqfXA8uJ2K+xw="; }; build-system = [ @@ -62,6 +62,9 @@ buildPythonPackage rec { "intents/tests" ]; + # requires hassil 3.0.0, but Home Assistant is stuck on 2.2.3 + doCheck = false; + meta = with lib; { changelog = "https://github.com/home-assistant/intents/releases/tag/${version}"; description = "Intents to be used with Home Assistant";