Merge pull request #277290 from fabaff/zha-quirks-bump

python311Packages.zha-quirks: 0.0.108 -> 0.0.109
This commit is contained in:
Nick Cao 2023-12-28 11:53:53 -05:00 committed by GitHub
commit a05801d949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''