python310Packages.homeassistant-stubs: 2023.3.1 -> 2023.3.2

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

Changelog: https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.3.2
This commit is contained in:
Martin Weinelt 2023-03-09 08:27:28 +01:00
parent 9ce2e1a415
commit a58940b35c
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.1";
version = "2023.3.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-WMuQgoWwri4nfKkZ8cW5o6S6G3PbHqlUxC9wyJSZhxQ=";
hash = "sha256-tgXjACNGD3QTrsgYtcTinW4HflwGSoCR6k6SrawQz6A=";
};
nativeBuildInputs = [