python3Packages.zha-quirks: 1.1.1 -> 1.2.0

Resolves #514757
This commit is contained in:
Notarin Steele
2026-05-05 18:42:53 -04:00
parent c1f88cfcf9
commit 5d508235eb
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "zha-quirks";
version = "1.1.1";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha-device-handlers";
tag = version;
hash = "sha256-GxNxc+cu3wBjz/1VF2+0DJ/PBTLlJKm0ncgzeaw5Fxw=";
hash = "sha256-mDcvVwqzSmszaJDahzkRNteiO4C/eU+BqTdBpWj5yGw=";
};
postPatch = ''