home-assistant.python.pkgs.home-assistant-intents: 2025.3.28 -> 2025.5.7

Diff: https://github.com/home-assistant/intents-package/compare/refs/tags/2025.3.28...refs/tags/2025.5.7

Changelog: https://github.com/home-assistant/intents/releases/tag/2025.5.7
This commit is contained in:
Robert Schütz 2025-05-07 11:33:26 -07:00 committed by Martin Weinelt
parent 59cb64727d
commit 6321f88964
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "home-assistant-intents";
version = "2025.3.28";
version = "2025.5.7";
pyproject = true;
disabled = pythonOlder "3.9";
@ -32,7 +32,7 @@ buildPythonPackage rec {
repo = "intents-package";
rev = "refs/tags/${version}";
fetchSubmodules = true;
hash = "sha256-p1AQYwlMas6GLzg4ZsypDaUsQs74drKqfXA8uJ2K+xw=";
hash = "sha256-803TTK8wT00uZjXl6EfNMNveRBeKPQIgRXIawg68tEU=";
};
build-system = [