python311Packages.homeassistant-stubs: 2023.8.0 -> 2023.8.2

https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.8.2
This commit is contained in:
Martin Weinelt 2023-08-12 08:09:22 +02:00
parent ce74a47db9
commit 3e9c7257f3
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 = "2023.8.0";
version = "2023.8.2";
format = "pyproject";
disabled = python.version != home-assistant.python.version;
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
rev = "refs/tags/${version}";
hash = "sha256-znnNWQpoJ+omYt7keW14Nc7FDqiCpZNsEWL0hEijtsI=";
hash = "sha256-uoDpwXJfZC26oesMTv1mjO7Ib0dKamTQdIYyLJnrERk=";
};
nativeBuildInputs = [