python313Packages.zha-quirks: 0.0.125 -> 0.0.129

https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.129
This commit is contained in:
Martin Weinelt
2025-01-05 02:56:53 +01:00
parent 2e4091ad5d
commit 3b53a07101
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "zha-quirks";
version = "0.0.125";
version = "0.0.129";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha-device-handlers";
tag = version;
hash = "sha256-Tqt+ydp7Vr3pWBQ0T5B0CV+bfX+0yRXynEhD01afY/w=";
hash = "sha256-/lcF7MZrw85H5LBL8aBdaIuFRT5yJUhr+vN9gJHnPDw=";
};
postPatch = ''