home-assistant.intents: 2023.8.2 -> 2023.9.22

https://github.com/home-assistant/intents/releases/tag/2023.9.22
This commit is contained in:
Martin Weinelt 2023-09-23 01:14:27 +02:00
parent b1f5f4fc2d
commit a1309c4fca
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.8.2";
version = "2023.9.22";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "home-assistant";
repo = "intents-package";
rev = "refs/tags/${version}";
hash = "sha256-pNLH3GGfY8upKi7uYGZ466cIQkpdA16tR1tjwuiQ3JI=";
hash = "sha256-n0IIWS5edh4XD/W9Eo88pal2+zJQtrHg74FSGvPIlPg=";
fetchSubmodules = true;
};