python314Packages.homeassistant-stubs: 2026.5.3 -> 2026.5.4

https://github.com/KapJI/homeassistant-stubs/releases/tag/2026.5.4
This commit is contained in:
Martin Weinelt
2026-05-23 15:42:10 +02:00
parent a7ced7272e
commit 466a800c2b
+2 -2
View File
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2026.5.3";
version = "2026.5.4";
pyproject = true;
disabled = python.version != home-assistant.python.version;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
tag = version;
hash = "sha256-kgfnT+qTsbB3T8PPsSA698QcxcM1o1QW8hLnfXjGm5M=";
hash = "sha256-AMJZxGN/asXcWbT/X92tQQ82/f8vI8MYft/Xx43GInc=";
};
build-system = [