python314Packages.homeassistant-stubs: 2026.4.4 -> 2026.5.0

https://github.com/KapJI/homeassistant-stubs/releases/tag/2026.5.0
This commit is contained in:
Martin Weinelt
2026-05-07 08:26:56 +02:00
parent 1e26988f9f
commit c3e4e0494a
+2 -2
View File
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2026.4.4";
version = "2026.5.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-ysVtXtiMmXmCq39cOO2Eh+YJN+SIi+Y4Y62+psJSkWM=";
hash = "sha256-awpDHL58GAO1Ijyg+wiSe/E+3XvNpN39GcSUj1cMuVY=";
};
build-system = [