home-assistant.intents: 2024.4.3 -> 2024.4.24

This commit is contained in:
Martin Weinelt 2024-05-04 15:45:32 +02:00
parent e3ed1d5c38
commit 8bcc51b147
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "home-assistant-intents";
version = "2024.4.3";
version = "2024.4.24";
pyproject = true;
disabled = pythonOlder "3.9";
@ -29,8 +29,9 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "home-assistant";
repo = "intents-package";
rev = "refs/tags/${version}";
hash = "sha256-hcstD1qkngZAl/jKLez+4qDs/ZIandkVkY2jrvZqph8=";
# https://github.com/home-assistant/intents-package/issues/3
rev = "a68176a189c3def87cb11ad39baacea2440ce668";
hash = "sha256-SUIJWoA0ltg+bjYn4J5kvAk4Eh23uxEcdxonkTSV0m0=";
fetchSubmodules = true;
};