home-assistant.intents: 2024.11.4 -> 2024.11.6

https://github.com/home-assistant/intents/releases/tag/2024.11.6
This commit is contained in:
Martin Weinelt 2024-11-08 21:09:56 +01:00
parent 7dec9f228a
commit c71079125f
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.11.4";
version = "2024.11.6";
pyproject = true;
disabled = pythonOlder "3.9";
@ -31,7 +31,7 @@ buildPythonPackage rec {
repo = "intents-package";
rev = "refs/tags/${version}";
fetchSubmodules = true;
hash = "sha256-6SgvRaiPOfXM5OxrBQ/w600k7E+AKZEB8vukic6M4lA=";
hash = "sha256-C2q0mUdA6VGKPHtG2g9Zi0nPvwWP1LAdepJCRkF4ky8=";
};
build-system = [