home-assistant.intents: 2025.6.10 -> 2025.6.23

https://github.com/home-assistant/intents/releases/tag/2025.6.23
This commit is contained in:
Martin Weinelt
2025-07-04 01:50:50 +02:00
parent 64c15ddceb
commit a41bc8e2aa
+2 -2
View File
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "home-assistant-intents";
version = "2025.6.10";
version = "2025.6.23";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
repo = "intents-package";
rev = "refs/tags/${version}";
fetchSubmodules = true;
hash = "sha256-MCObny6x3rgKz2KcMBanGOCaPw/4wHYsdzFIKhqeosw=";
hash = "sha256-0xFa4Xz2zjN5EQVd9XafkUvroAH4AIiF/9bqFAZcJ9U=";
};
build-system = [