python3Packages.zha: 0.0.57 -> 0.0.59

https://github.com/zigpy/zha/releases/tag/0.0.59
This commit is contained in:
Martin Weinelt
2025-06-12 16:59:49 +02:00
parent e3e88df2c5
commit 6f197b1a79
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zha";
version = "0.0.57";
version = "0.0.59";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
tag = version;
hash = "sha256-eaOVQQ5GbWjJuK+30r3bcBMAFdVY9K9bwn+rd/qQ+Ow=";
hash = "sha256-wddMeXFKk8HBz8Hle5kbRaOkZLOr98HoiHYYlBtuxSA=";
};
postPatch = ''