python311Packages.homeassistant-stubs: 2023.8.2 -> 2023.8.3

Diff: https://github.com/KapJI/homeassistant-stubs/compare/refs/tags/2023.8.2...2023.8.3

Changelog: https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.8.3
This commit is contained in:
Fabian Affolter
2023-08-22 09:15:20 +02:00
parent 9d757ec498
commit 43ee4c7379
+2 -2
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 = [