python310Packages.homeassistant-stubs: 2023.3.2 -> 2023.3.4

Diff: https://github.com/KapJI/homeassistant-stubs/compare/refs/tags/2023.3.2...2023.3.4

Changelog: https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.3.4
This commit is contained in:
Martin Weinelt 2023-03-14 15:58:00 +01:00
parent dbda7cc58c
commit b514253c07
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.3.2";
version = "2023.3.4";
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-tgXjACNGD3QTrsgYtcTinW4HflwGSoCR6k6SrawQz6A=";
hash = "sha256-uNwh1IYn3rDwj+FB8h9SwbFaju7cnCWl7HjX0mdw/UA=";
};
nativeBuildInputs = [