python311Packages.homeassistant-stubs: 2023.10.5 -> 2023.11.0

https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.11.0
This commit is contained in:
Martin Weinelt
2023-11-02 12:33:28 +01:00
parent fa804edfb7
commit 893bdcb8b4
+2 -2
View File
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2023.10.5";
version = "2023.11.0";
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-QCdNvEs2LFF43lWLLFX+9VMfQFg1oWUCh/cgxdBQV8w=";
hash = "sha256-/yiTNsr22X8orQ8sni50/FeWWZL9OyVZvTngeaGv5SI=";
};
nativeBuildInputs = [