home-assistant.intents: 2023.10.16 -> 2023.12.05

https://github.com/home-assistant/intents-package/compare/refs/tags/2023.10.16...2023.12.05
This commit is contained in:
Martin Weinelt 2023-12-06 21:48:20 +01:00
parent 9c6459db37
commit 31839b44da
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "home-assistant-intents";
version = "2023.10.16";
version = "2023.12.05";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "home-assistant";
repo = "intents-package";
rev = "refs/tags/${version}";
hash = "sha256-qW5KzABEEBw2tu5+fAoWd8nCxuvTzEU14M8iaSo2WzE=";
hash = "sha256-BVcvlmX5+w7b9uNHA4ZP6Ebj+7ROUgEaAmXAGQrby+s=";
fetchSubmodules = true;
};