python312Packages.homeassistant-stubs: 2024.5.5 -> 2024.6.0

https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.6.0
This commit is contained in:
Martin Weinelt 2024-06-06 09:18:06 +02:00
parent ecac5c9c7f
commit 0ff3189a20
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -8,8 +8,8 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2024.5.5";
format = "pyproject";
version = "2024.6.0";
pyproject = true;
disabled = python.version != home-assistant.python.version;
@ -17,10 +17,10 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
rev = "refs/tags/${version}";
hash = "sha256-lZuP6DL9nuc5md2vDVGucOE8MrQOg7QHx5vYPuvFw50=";
hash = "sha256-QqY4OcICM2QvLP75aAw+6ualzJ4L+oQk+o4mmcNMax4=";
};
nativeBuildInputs = [
build-system = [
poetry-core
home-assistant
];