Fabian Affolter 2023-12-28 10:16:50 +01:00
parent 9124c5bcdd
commit 5a89062438

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "zha-quirks";
version = "0.0.108";
version = "0.0.109";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha-device-handlers";
rev = "refs/tags/${version}";
hash = "sha256-tn6ZI8lanQhWallvi/NwAWYPuSea+SlJX/6D1VdXRxM=";
hash = "sha256-fkE44j+wXdIJekJJNoO67YzsghalTUpyNx9R/B2Vn1Y=";
};
postPatch = ''