python312Packages.homeassistant-stubs: 2024.4.0 -> 2024.4.1

https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.4.1
This commit is contained in:
Martin Weinelt 2024-04-07 02:24:16 +02:00
parent 2ead9789e2
commit 7b108c6723
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2024.4.0";
version = "2024.4.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-5igsxs0/1S0sYlaNxFSsTAo9HkIAqn3XZ031VjAkEQg=";
hash = "sha256-aEQgHs7ldYvTbR+OypQg9tLYyxLIPYWYEUnw+X027x8=";
};
nativeBuildInputs = [