python313Packages.zha: 0.0.55 -> 0.0.56

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

Changelog: https://github.com/zigpy/zha/releases/tag/0.0.56
This commit is contained in:
Robert Schütz
2025-04-21 00:51:00 +02:00
committed by Martin Weinelt
parent c81ebe69ef
commit c583191be7
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zha";
version = "0.0.55";
version = "0.0.56";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
tag = version;
hash = "sha256-LiHJk7xVdIqNl6BTfwlch3jqQm/MvbrKSExhOR5KD0c=";
hash = "sha256-k6Zegn7YUw5Wueb/8Z1RJ7teRMQ6Owdm8obM6XHI/aY=";
};
postPatch = ''