home-assistant.intents: 2024.6.5 -> 2024.6.21

https://github.com/home-assistant/intents-package/compare/refs/tags/2024.6.5...2024.6.21
This commit is contained in:
Martin Weinelt
2024-06-21 22:51:34 +02:00
parent f7c624cb7e
commit 51e9c19584
+2 -2
View File
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "home-assistant-intents";
version = "2024.6.5";
version = "2024.6.21";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "home-assistant";
repo = "intents-package";
rev = "refs/tags/${version}";
hash = "sha256-2rACxdgvCWnyhfVRAVbLTaEAYquAkLnfxi7zeZYZslI=";
hash = "sha256-tgbZqcxv/uFoNCGq7TySffhqQXzupZodQfQHBqkSHrE=";
fetchSubmodules = true;
};