python3Packages.homeassistant-stubs: 2026.1.2 -> 2026.1.3

https://github.com/KapJI/homeassistant-stubs/releases/tag/2026.1.3
This commit is contained in:
Martin Weinelt
2026-01-24 03:32:10 +01:00
parent eaa647b44d
commit ee438fa80c
+2 -2
View File
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2026.1.2";
version = "2026.1.3";
pyproject = true;
disabled = python.version != home-assistant.python.version;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
tag = version;
hash = "sha256-f1decOoOyavabUC2KnScB+bnuernkyKMnKwnilViuRQ=";
hash = "sha256-BfowhNb9A6zyCSsSJevjEal6PXkIwmnhm4a2tNt0Qg4=";
};
build-system = [