python312Packages.homeassistant-stubs: 2024.9.1 -> 2024.9.2

This commit is contained in:
R. Ryantm 2024-09-17 05:00:35 +00:00
parent 02b583705c
commit 69bae456fb

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2024.9.1";
version = "2024.9.2";
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-snYfeMKZhQWJx3hi7cvY9tswmPxmtiPHz4S8IM31DvU=";
hash = "sha256-o5bk63yErDOqNlYeGD7nMNuQ2p9rQuRYXlmfIMo8w8k=";
};
build-system = [