python: zigpy: 0.22.0 -> 0.22.2

This commit is contained in:
Frederik Rietdijk 2020-07-31 10:56:50 +02:00
parent 5191bebdda
commit 2da1e77d13

View File

@ -4,14 +4,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "zigpy"; pname = "zigpy";
version = "0.22.0"; version = "0.22.2";
propagatedBuildInputs = [ aiohttp crccheck pycrypto pycryptodome voluptuous ]; propagatedBuildInputs = [ aiohttp crccheck pycrypto pycryptodome voluptuous ];
checkInputs = [ pytest pytest-asyncio asynctest ]; checkInputs = [ pytest pytest-asyncio asynctest ];
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1y8n96g5g6qsx8s2z028f1cyp2w8y7kksi8k2yyzpqvmanbxyjhc"; sha256 = "a43129932c6e4af0d2d57542218faf7695e2424ce18a5a8915d016e1303f5e44";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {