python311Packages.homeassistant-stubs: 2024.1.0 -> 2024.1.1

https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.1.1
This commit is contained in:
Martin Weinelt 2024-01-06 04:38:30 +01:00
parent a1bbf98643
commit 1fe3d7105b
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 = "2024.1.0";
version = "2024.1.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-FOf0MCyYIIoPa7H39rY+2jUy7O6/c4DDRhDHJ7tSEcU=";
hash = "sha256-jVmjMs1OmxSnx0cQHXbAezJhkv5V8PRJOSDmfx0XQ9o=";
};
nativeBuildInputs = [