python313Packages.zha: 0.0.49 -> 0.0.51

Diff: https://github.com/zigpy/zha/compare/refs/tags/0.0.49...0.0.51

Changelog: https://github.com/zigpy/zha/releases/tag/0.0.51
This commit is contained in:
Robert Schütz
2025-03-05 23:03:37 +01:00
committed by Martin Weinelt
parent 3066264936
commit 23b334e33a
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zha";
version = "0.0.49";
version = "0.0.51";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
tag = version;
hash = "sha256-QW/FrmZIRr2xt+a6Se9nEp4ttfhNJx79/qV9A+hmNSU=";
hash = "sha256-zcLhmUNjPgZNDcG1Nq2LrcW0hsvPvoFdZ6L9ejGPgaQ=";
};
postPatch = ''