python310Packages.homeassistant-stubs: 2023.2.5 -> 2023.3.0

Diff: https://github.com/KapJI/homeassistant-stubs/compare/refs/tags/2023.2.5...2023.3.0

Changelog: https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.3.0
This commit is contained in:
Martin Weinelt 2023-03-02 03:17:37 +01:00
parent c4e8da57f7
commit b9d670efc3
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2023.2.5";
version = "2023.3.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "KapJI";
repo = "homeassistant-stubs";
rev = "refs/tags/${version}";
hash = "sha256-MQYk4DWvmqtPl00L1c00JclKkTZe9EYMrm/LucUHBE0=";
hash = "sha256-svFp3MYj+DIwCT9+/G+lYPRwxGMtJbJQuBD5e+5r0Z4=";
};
nativeBuildInputs = [