home-assistant.intents: 2023.7.25 -> 2023.8.2

https://github.com/home-assistant/intents-package/compare/refs/tags/2023.7.25...2023.8.2
This commit is contained in:
Martin Weinelt 2023-08-04 14:59:46 +02:00
parent c84f5d49e8
commit ccd89a89ba
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "home-assistant-intents";
version = "2023.7.25";
version = "2023.8.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "home-assistant";
repo = "intents-package";
rev = "refs/tags/${version}";
hash = "sha256-/9+d22CqlEi+ukjIZRsyCuPPeTCD+XZp8+5iUM3Nc3o=";
hash = "sha256-pNLH3GGfY8upKi7uYGZ466cIQkpdA16tR1tjwuiQ3JI=";
fetchSubmodules = true;
};