Merge pull request #170547 from r-ryantm/auto-update/python3.10-zha-quirks

python310Packages.zha-quirks: 0.0.72 -> 0.0.73
This commit is contained in:
Fabian Affolter
2022-04-27 10:51:40 +02:00
committed by GitHub
@@ -4,18 +4,22 @@
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
, zigpy
}:
buildPythonPackage rec {
pname = "zha-quirks";
version = "0.0.72";
version = "0.0.73";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "zigpy";
repo = "zha-device-handlers";
rev = version;
sha256 = "sha256-tVCvmQR9tGhSDB4OztNaSCj2BTxPdrX3Gw9WZopRo8k=";
rev = "refs/tags/${version}";
hash = "sha256-vC1kkh9t2fWmSqmKQz9ON8Y+tBFhTxrprLNzOldQR+A=";
};
propagatedBuildInputs = [
@@ -28,7 +32,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "zhaquirks" ];
pythonImportsCheck = [
"zhaquirks"
];
meta = with lib; {
description = "ZHA Device Handlers are custom quirks implementations for Zigpy";