python310Packages.homeassistant-stubs: 2023.4.4 -> 2023.4.5

https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.4.5
This commit is contained in:
Martin Weinelt 2023-04-18 15:17:37 +02:00
parent 140e352d0a
commit 454bae6d4a
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.4.4";
version = "2023.4.5";
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-ycyRLt8L3OnfnT1ZoO5wJAhJljnXClh1V343rPVeZHU=";
hash = "sha256-uZuJ2k52p2fuT15srSifdiD/T0Vk9GUhCh7jY9/nV6o=";
};
nativeBuildInputs = [