home-assistant.intents: 2025.6.23 -> 2025.7.30

https://github.com/home-assistant/intents/releases/tag/2025.7.30
This commit is contained in:
Martin Weinelt
2025-08-08 04:06:23 +02:00
parent 59684a9cb6
commit ab000261ef
+2 -2
View File
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "home-assistant-intents";
version = "2025.6.23";
version = "2025.7.30";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
repo = "intents-package";
rev = "refs/tags/${version}";
fetchSubmodules = true;
hash = "sha256-0xFa4Xz2zjN5EQVd9XafkUvroAH4AIiF/9bqFAZcJ9U=";
hash = "sha256-eXEZNeEWeTFFwnMuDS9HqTGmqQ23NN5WTiklhcoOWbg=";
};
build-system = [