python: zha-quirks: 0.0.28 -> 0.0.30

This commit is contained in:
Frederik Rietdijk 2019-12-29 10:28:10 +01:00
parent 85fcbaeb1e
commit 70fff17104

View File

@ -4,14 +4,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "zha-quirks"; pname = "zha-quirks";
version = "0.0.28"; version = "0.0.30";
nativeBuildInputs = [ pytest ]; nativeBuildInputs = [ pytest ];
buildInputs = [ aiohttp zigpy ]; buildInputs = [ aiohttp zigpy ];
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "021z5f5dm74amxkqnz4s1690ydprciqg23jz3n4mpjlxyxbdfj73"; sha256 = "00731a9b9c58c4e59f6765ac0cec5e2301bdda28ef19e00e2ba752be457a61b9";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {