python312Packages.zha-quirks: 0.0.121 -> 0.0.122

This commit is contained in:
R. Ryantm
2024-10-02 19:35:43 -07:00
committed by Robert Schütz
parent c3a008748a
commit eb241b19b9
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "zha-quirks";
version = "0.0.121";
version = "0.0.122";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha-device-handlers";
rev = "refs/tags/${version}";
hash = "sha256-+HDW07fFh47gW7xNaymylSt8TT2Vzz+6IWSPLtkk/Nw=";
hash = "sha256-/xxMcZPwIL76F+E3Rp0/VtzFOrk7e4i1knf/OIAf+48=";
};
postPatch = ''