python3Packages.zha-quirks: 0.0.138 -> 0.0.139

https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.139
This commit is contained in:
Martin Weinelt
2025-07-04 00:30:20 +02:00
parent a8e957295e
commit 34d57c1beb
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "zha-quirks";
version = "0.0.138";
version = "0.0.139";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha-device-handlers";
tag = version;
hash = "sha256-lN7u8ve3s3xQg6JiltnsyVRob1vbnzurjp/FUYy10pc=";
hash = "sha256-16gv2t1hudIULybmAXK+sMl9MsFATHMGQeZWhmVhrkk=";
};
postPatch = ''