python312Packages.homeassistant-stubs: 2024.8.2 -> 2024.8.3

This commit is contained in:
R. Ryantm 2024-08-27 06:13:32 +00:00
parent 0c7aafc7f5
commit fe36834923

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2024.8.2";
version = "2024.8.3";
pyproject = true;
disabled = python.version != home-assistant.python.version;
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
rev = "refs/tags/${version}";
hash = "sha256-ey1fglgyD7peGdBBD9fO9BWN48u+C+hYmTyh84FwYMY=";
hash = "sha256-cpOxBdqrbN/YmtbxTLyarYdDhdlbnLoFfsBvnAdsWks=";
};
build-system = [