python3Packages.zha-quirks: 0.0.137 -> 0.0.138

https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.138
This commit is contained in:
Martin Weinelt
2025-06-12 16:59:49 +02:00
parent 77a05a091d
commit 05922686bd
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "zha-quirks";
version = "0.0.137";
version = "0.0.138";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha-device-handlers";
tag = version;
hash = "sha256-LieMWqUp4bOWMmFyQ04O2SyxxsBzKxWqatQUnh6Wx9M=";
hash = "sha256-lN7u8ve3s3xQg6JiltnsyVRob1vbnzurjp/FUYy10pc=";
};
postPatch = ''