home-assistant.intents: 2026.1.28 -> 2026.3.3

https://github.com/OHF-Voice/intents-package/releases/tag/2026.3.3
This commit is contained in:
Martin Weinelt
2026-03-08 13:58:01 -07:00
committed by Robert Schütz
parent 4c54aa6c37
commit dec3ec42c2
+2 -2
View File
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "home-assistant-intents";
version = "2026.1.28";
version = "2026.3.3";
pyproject = true;
src = fetchFromGitHub {
@@ -29,7 +29,7 @@ buildPythonPackage rec {
repo = "intents-package";
tag = version;
fetchSubmodules = true;
hash = "sha256-5n2B9HeEiuNHlaTHzpl18zaXB3ocWKC2Bs4aEoda7aQ=";
hash = "sha256-jueZ+GmoVcQcvCYsKQVqKdPVl4U32stcwv0N4QTspoE=";
};
build-system = [