Merge pull request #230485 from r-ryantm/auto-update/python310Packages.homeassistant-stubs

python310Packages.homeassistant-stubs: 2023.5.0 -> 2023.5.2
This commit is contained in:
Martin Weinelt 2023-05-07 12:09:25 +02:00 committed by GitHub
commit 088a0a7c9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2023.5.0";
version = "2023.5.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-5aWt+x1KpLzC9ApV9n/lSJb6HweKMIJGZzAwvbFel1k=";
hash = "sha256-JWPVubhKLXwY877fbRej04g27vaJTM8qgScLq9IjdiE=";
};
nativeBuildInputs = [