python3Packages.homeassistant-stubs: 2025.8.2 -> 2025.8.3

https://github.com/KapJI/homeassistant-stubs/releases/tag/2025.8.3
This commit is contained in:
Martin Weinelt
2025-08-22 04:32:20 +02:00
parent 3ff189497e
commit 00033acffb
+2 -2
View File
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2025.8.2";
version = "2025.8.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-E4/j08PMAi4zetJtBSZWLoCB4NUlgr+wzytfRgybL34=";
hash = "sha256-6cCHaWh9k8mWMvjWou90rJEpht4ba/4CGVVqkK0S67E=";
};
build-system = [