Merge pull request #250694 from fabaff/homeassistant-stubs-bump

python311Packages.homeassistant-stubs: 2023.8.2 -> 2023.8.3
This commit is contained in:
Fabian Affolter 2023-08-22 23:52:04 +02:00 committed by GitHub
commit 3a0f77b143
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.8.2";
version = "2023.8.3";
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-uoDpwXJfZC26oesMTv1mjO7Ib0dKamTQdIYyLJnrERk=";
hash = "sha256-odZ0rKydFtj2bwNrP3KsE5xxFLAssYMoaEe+sBMIeYI=";
};
nativeBuildInputs = [