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
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user