python3Packages.zha: 0.0.83 -> 0.0.84

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

Changelog: https://github.com/zigpy/zha/releases/tag/0.0.84
This commit is contained in:
Robert Schütz
2026-01-13 01:47:38 -08:00
parent f09fe6eff9
commit fdef8f3f10
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "zha";
version = "0.0.83";
version = "0.0.84";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
tag = version;
hash = "sha256-/poB5dkD5bta/GWOah6+bz+w++C1NWf649TUzqvDfU0=";
hash = "sha256-CoV2EOlbLVmcr7dfHi63oFLMzCMf2P3vc+CoaOAu1FQ=";
};
postPatch = ''