python313Packages.homeassistant-stubs: 2025.3.4 -> 2025.4.2

https://github.com/KapJI/homeassistant-stubs/releases/tag/2025.4.2
This commit is contained in:
Martin Weinelt
2025-04-13 00:27:30 +02:00
parent fc0af6a9a5
commit 9a3a28ca31
+2 -2
View File
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2025.3.4";
version = "2025.4.2";
pyproject = true;
disabled = python.version != home-assistant.python.version;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
tag = version;
hash = "sha256-HO1A1uLGNnFdigmoZVL+T28f1Oh+6t1pDUa+nh84MLA=";
hash = "sha256-SFMGBPVjgoLkPlYHuTKZLbhTMbKGEeE1wYsFJ0ssbgg=";
};
build-system = [