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

python312Packages.zha-quirks: 0.0.116 -> 0.0.117
This commit is contained in:
Nick Cao 2024-06-26 16:59:14 -04:00 committed by GitHub
commit 1c1dd93c26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "zha-quirks";
version = "0.0.116";
version = "0.0.117";
pyproject = true;
disabled = pythonOlder "3.12";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha-device-handlers";
rev = "refs/tags/${version}";
hash = "sha256-dWKIKIN61Y2vSbC7maxe4DoSYsAqeGtyWksnvAc2Pa8=";
hash = "sha256-uk1G8X5TLuA4spTrd+077wggCooqvqJZh3NIwC4/BFM=";
};
postPatch = ''