python311Packages.homeassistant-stubs: 2023.10.0 -> 2023.10.1

https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.10.1
This commit is contained in:
Martin Weinelt 2023-10-09 02:41:27 +02:00
parent 2b745c749b
commit c6099d89a6
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.10.0";
version = "2023.10.1";
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-/RVv2gfODAiG5mPteeHOleqkQwmamCfliCGrf1eSIr4=";
hash = "sha256-4TPjYBTyrJtnYVZ+F/Bxf6m0lZn6fQR3ai0+CDTqwVc=";
};
nativeBuildInputs = [