python3Packages.homeassistant-stubs: 2026.6.4 -> 2026.7.1

https://github.com/KapJI/homeassistant-stubs/releases/tag/2026.7.1
This commit is contained in:
Martin Weinelt
2026-07-05 01:05:35 +02:00
parent c2520f5d00
commit 9af14666ab
+2 -2
View File
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2026.6.4";
version = "2026.7.1";
pyproject = true;
disabled = python.version != home-assistant.python3Packages.python.version;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
tag = version;
hash = "sha256-nfBY+nXBv0ZrXXr0Be/0xttYMncx7NmMPbAbx6D00SU=";
hash = "sha256-pk6SGLbTLhA94Pg2FdWWRDNHbXif3EGGZzfDfziSFyY=";
};
build-system = [