Robert Schütz
2025-11-08 17:22:17 -08:00
parent fe2a7f9f1a
commit b1d47aef41

View File

@@ -22,7 +22,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "home-assistant-intents"; pname = "home-assistant-intents";
version = "2025.10.28"; version = "2025.11.7";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
repo = "intents-package"; repo = "intents-package";
tag = version; tag = version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-Svnw9Jd0E4pMFfa/Do7YsFzdXLzsGmhu8amo+zYDvus="; hash = "sha256-F6QctdjF6xoQ3d49MdOUb/8CHgV84wxZHUrGGmiYYcs=";
}; };
build-system = [ build-system = [