python313Packages.zha: 0.0.56 -> 0.0.57

Diff: https://github.com/zigpy/zha/compare/refs/tags/0.0.56...refs/tags/0.0.57

Changelog: https://github.com/zigpy/zha/releases/tag/0.0.57
This commit is contained in:
Robert Schütz
2025-05-09 05:06:26 +02:00
committed by Martin Weinelt
parent 74aae15456
commit f7d3b060ac
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zha";
version = "0.0.56";
version = "0.0.57";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
tag = version;
hash = "sha256-k6Zegn7YUw5Wueb/8Z1RJ7teRMQ6Owdm8obM6XHI/aY=";
hash = "sha256-eaOVQQ5GbWjJuK+30r3bcBMAFdVY9K9bwn+rd/qQ+Ow=";
};
postPatch = ''