python: zha-quirks: 0.0.39 -> 0.0.42

This commit is contained in:
Frederik Rietdijk 2020-07-31 10:56:49 +02:00
parent 8b6ba4aea2
commit 5191bebdda

View File

@ -4,14 +4,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "zha-quirks"; pname = "zha-quirks";
version = "0.0.39"; version = "0.0.42";
nativeBuildInputs = [ pytest ]; nativeBuildInputs = [ pytest ];
buildInputs = [ aiohttp zigpy ]; buildInputs = [ aiohttp zigpy ];
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "99d4b20a933b97b323c558f4057036ebe349bf603e97826c498d17d9cc80ff0b"; sha256 = "7b9c6217054b9c49bfe249fa38d993490e901ab29f198022d569e3505e6c7f20";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {