python3Packages.homeassistant-stubs: 2025.7.4 -> 2025.8.0

https://github.com/KapJI/homeassistant-stubs/releases/tag/2025.8.0
This commit is contained in:
Martin Weinelt
2025-08-08 04:19:38 +02:00
parent e44140a1dc
commit eb8f31cb3d
+2 -2
View File
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2025.7.4";
version = "2025.8.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-boOhdro11wbLHWVuJHHSuov8qxSiOCuaS8yfJgIRyJk=";
hash = "sha256-YPWAeAqR6s2jMdN85S+7PZdr6epuCqPfzr7DdmpqsiE=";
};
build-system = [