python311Packages.homeassistant-stubs: 2023.12.1 -> 2023.12.2

https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.12.2
This commit is contained in:
Martin Weinelt 2023-12-14 03:03:40 +01:00
parent 59dc10b5a6
commit 5bc6ddb871
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.12.1";
version = "2023.12.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-RvMEQT/fmUI125rBGNKfngfQTJc/jWiK5t0zxsofbQU=";
hash = "sha256-O5qVC/ffI+bS+cS3i+qmJFYCazDaZwmrnFwUj/jKC20=";
};
nativeBuildInputs = [