python312Packages.homeassistant-stubs: 2024.9.3 -> 2024.10.0

https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.10.0
This commit is contained in:
Martin Weinelt 2024-10-04 02:36:45 +02:00 committed by Robert Schütz
parent 523c99538b
commit a705fce172

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2024.9.3";
version = "2024.10.0";
pyproject = true;
disabled = python.version != home-assistant.python.version;
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
rev = "refs/tags/${version}";
hash = "sha256-ohk0Gxq+q7PH/+SRMEu4KFz/xoc/TDeuEzTnMjaYMBU=";
hash = "sha256-CI8orK0iR8avP4zgdIo9EWa9G7fqAul9CF/rEZBqDbQ=";
};
build-system = [