home-assistant.intents: 2023.10.2 -> 2023.10.16

https://github.com/home-assistant/intents-package/compare/refs/tags/2023.10.2...2023.10.16
This commit is contained in:
Martin Weinelt 2023-11-01 19:08:31 +01:00
parent 29f7506f59
commit 3ab075da2b
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.2";
version = "2023.10.16";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "home-assistant";
repo = "intents-package";
rev = "refs/tags/${version}";
hash = "sha256-4zaMDYHrUape+s9Z1nfGpud74pbkAeKBpJtmIyLdCjk=";
hash = "sha256-qW5KzABEEBw2tu5+fAoWd8nCxuvTzEU14M8iaSo2WzE=";
fetchSubmodules = true;
};