python310Packages.homeassistant-stubs: 2023.5.2 -> 2023.5.3

https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.5.3
This commit is contained in:
Martin Weinelt 2023-05-15 12:31:20 +02:00
parent 4cbe7d3550
commit dfb1745a65
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "homeassistant-stubs"; pname = "homeassistant-stubs";
version = "2023.5.2"; version = "2023.5.3";
format = "pyproject"; format = "pyproject";
disabled = python.version != home-assistant.python.version; disabled = python.version != home-assistant.python.version;
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "KapJI"; owner = "KapJI";
repo = "homeassistant-stubs"; repo = "homeassistant-stubs";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-JWPVubhKLXwY877fbRej04g27vaJTM8qgScLq9IjdiE="; hash = "sha256-iT2dDW+Kj/HGcOAFUbnCEYL3PUNN4avs6ALzySzpmRs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [