python311Packages.zha-quirks: 0.0.100 -> 0.0.101

Changelog: https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.101
This commit is contained in:
Fabian Affolter 2023-06-07 13:57:46 +02:00 committed by Martin Weinelt
parent c9a8262ead
commit e48a8bee43

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "zha-quirks";
version = "0.0.100";
version = "0.0.101";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha-device-handlers";
rev = "refs/tags/${version}";
hash = "sha256-EWGsnUnr83YuhEdGJ3YtlYm9VT+aTuUjfganhOeqt7o=";
hash = "sha256-YZGsDSrxPpxluxyRkOPyvJLQ9YADuZ8NYcznIGZ0BYg=";
};
propagatedBuildInputs = [