python3Packages.zha: 0.0.84 -> 0.0.89

Diff: https://github.com/zigpy/zha/compare/0.0.84...0.0.89

Changelog: https://github.com/zigpy/zha/releases/tag/0.0.89
This commit is contained in:
Robert Schütz
2026-02-04 11:50:20 -08:00
parent e5ff4ee59c
commit 0ac560fa39
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "zha";
version = "0.0.84";
version = "0.0.89";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
tag = version;
hash = "sha256-CoV2EOlbLVmcr7dfHi63oFLMzCMf2P3vc+CoaOAu1FQ=";
hash = "sha256-mtlf8Uh2C9s5ie6aWWbRuNvmS0QbzqpCMeSf/WTW0Zw=";
};
postPatch = ''