home-assistant.intents: 2025.5.7 -> 2025.6.10

https://github.com/home-assistant/intents/releases/tag/2025.6.10
This commit is contained in:
Martin Weinelt
2025-06-12 16:59:51 +02:00
parent 12fc99d5a8
commit f213053b9f
+2 -2
View File
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "home-assistant-intents";
version = "2025.5.7";
version = "2025.6.10";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
repo = "intents-package";
rev = "refs/tags/${version}";
fetchSubmodules = true;
hash = "sha256-803TTK8wT00uZjXl6EfNMNveRBeKPQIgRXIawg68tEU=";
hash = "sha256-MCObny6x3rgKz2KcMBanGOCaPw/4wHYsdzFIKhqeosw=";
};
build-system = [