python310Packages.zha-quirks: 0.0.94 -> 0.0.95

Changelog: https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.95
This commit is contained in:
Fabian Affolter 2023-03-29 18:36:15 +02:00
parent a16153a8a5
commit 007d20d7aa

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "zha-quirks";
version = "0.0.94";
version = "0.0.95";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha-device-handlers";
rev = "refs/tags/${version}";
hash = "sha256-WYMl/KN3JUmBV+O29WVxZXFpfJ5of7Jo2hFgrbn2NYc=";
hash = "sha256-LCO4jLwPqPDOoKdzay7cKuAv36UZ+OGu39AoBj6iqpY=";
};
propagatedBuildInputs = [