python310Packages.zha-quirks: 0.0.101 -> 0.0.102

https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.102
This commit is contained in:
Martin Weinelt 2023-08-02 20:47:09 +02:00
parent bb308b5526
commit faf6e257fa
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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