python3Packages.zha-quirks: 0.0.156 -> 0.0.157

https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.157
This commit is contained in:
Martin Weinelt
2026-02-13 23:44:40 +01:00
parent 2f5dbd0694
commit b51aad4ba5
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "zha-quirks";
version = "0.0.156";
version = "0.0.157";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha-device-handlers";
tag = version;
hash = "sha256-vVA8FmNLzatfClRTvb9pZm5SQxgSQh+iAllOl+OIo6Q=";
hash = "sha256-3rUYF4FSEeccvoTDdOVIX3G9QwwB8D4TSnUHL2vP6/A=";
};
postPatch = ''