python312Packages.homeassistant-stubs: 2024.10.0 -> 2024.10.1

Diff: https://github.com/KapJI/homeassistant-stubs/compare/refs/tags/2024.10.0...2024.10.1

Changelog: https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.10.1
This commit is contained in:
Robert Schütz
2024-10-05 14:21:15 -07:00
parent be0d4e49cd
commit c42d3b8111
+2 -2
View File
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2024.10.0";
version = "2024.10.1";
pyproject = true;
disabled = python.version != home-assistant.python.version;
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
rev = "refs/tags/${version}";
hash = "sha256-CI8orK0iR8avP4zgdIo9EWa9G7fqAul9CF/rEZBqDbQ=";
hash = "sha256-uPB9ge7oUjGwKKvg2V+Yf7l2KiwgLLIBH/CKP2erAHY=";
};
build-system = [