python312Packages.homeassistant-stubs: 2024.7.4 -> 2024.8.1

https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.8.1
This commit is contained in:
Martin Weinelt 2024-08-13 02:30:39 +02:00
parent 0a1ac11214
commit f0b3f348b5
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2024.7.4";
version = "2024.8.1";
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-xrYZTvHobr/53CdxKibQLEJ6wk4sdc1Ni/1icA9Sgc8=";
hash = "sha256-/zhTPS3x1SSMAfxhUo+IzvuHBrSCnezw8YxgJc0adTU=";
};
build-system = [