Merge pull request #104280 from mweinelt/python/zigpy-zigate
python3Packages.zigpy-zigate: 0.6.2 -> 0.7.2
This commit is contained in:
commit
38655c1a09
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue