python311Packages.homeassistant-stubs: 2023.11.2 -> 2023.11.3 (#269348)

https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.11.3
This commit is contained in:
Martin Weinelt 2023-11-23 03:05:48 +01:00 committed by GitHub
parent c31544b310
commit 35d3f5241c
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.11.2";
version = "2023.11.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-stVfFXb5QfC+wZUSk53+jt/hb8kO1gCcgeOnHHpNlWE=";
hash = "sha256-x3FcUmbUYAUKGAPb85SqJk1kTWFKxpJSX2J+rTRj1KY=";
};
nativeBuildInputs = [