python3Packages.homeassistant-stubs: 2025.9.4 -> 2025.10.0

Diff: https://github.com/KapJI/homeassistant-stubs/compare/2025.9.4...2025.10.0

Changelog: https://github.com/KapJI/homeassistant-stubs/releases/tag/2025.10.0
This commit is contained in:
Robert Schütz
2025-10-02 01:26:13 -07:00
parent acd2af778a
commit 7b86d74075
+2 -2
View File
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2025.9.4";
version = "2025.10.0";
pyproject = true;
disabled = python.version != home-assistant.python.version;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
tag = version;
hash = "sha256-Jd+K+IGjie4K8gW1bY7AIQtV7CzkQUhZlbPrXdbuXns=";
hash = "sha256-WxuOHHOgzbF+9XJwn+5dAk+m5hZ4fSRjzhfWEHVghTE=";
};
build-system = [