python313Packages.zha-quirks: 0.0.131 -> 0.0.132

https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.132
This commit is contained in:
Martin Weinelt
2025-02-07 22:07:19 +01:00
parent 864c73667b
commit 38e87d26c7
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "zha-quirks";
version = "0.0.131";
version = "0.0.132";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha-device-handlers";
tag = version;
hash = "sha256-MSTlSvZhamWX7lNzJjDGxyo9KfshZ7T1ED8axx1Aghs=";
hash = "sha256-T5A6XIYdV0SxEj3Rw/zOAE74B1ans2FDyuWD5Hnbd5k=";
};
postPatch = ''