python3Packages.zha-quirks: 0.0.142 -> 0.0.143

https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.143
This commit is contained in:
Martin Weinelt 2025-08-11 21:51:34 +02:00
parent a6feaeab20
commit 3b36b3c5da
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "zha-quirks";
version = "0.0.142";
version = "0.0.143";
pyproject = true;
disabled = pythonOlder "3.12";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha-device-handlers";
tag = version;
hash = "sha256-D1FIkyVSa4j6p4PHkjCAU08zpZjjXPGWoL5lKlWUHuU=";
hash = "sha256-txU1KJzQitSR7Y+/18dLo82K0SkPrJ4iQRBX9C4hgGU=";
};
postPatch = ''