python3Packages.zigpy-zigate: 0.6.2 -> 0.7.2

The src hash update was missing in d480d9336d.
This commit is contained in:
Martin Weinelt 2020-11-19 15:15:00 +01:00
parent f9b9950c09
commit a296b76d02
No known key found for this signature in database
GPG key ID: BD4AA0528F63F17E

View file

@ -4,6 +4,7 @@
, fetchFromGitHub
, pyserial
, pyserial-asyncio
, pyusb
, pytest-asyncio
, pytestCheckHook
, pythonOlder
@ -21,12 +22,13 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy-zigate";
rev = "v${version}";
sha256 = "EV6DV+BytUcPMtzYVKDnq/Uv2efg3stjL5uVlL62II4=";
sha256 = "0ycrsmp3n3awiyj0gbq6xnaa2s9mpc5l7mlmfc00rfnx7rr2z4ha";
};
buildInputs = [
pyserial
pyserial-asyncio
pyusb
zigpy
];