python3Packages.zigpy-zigate: 0.6.2 -> 0.7.1

This commit is contained in:
Martin Weinelt 2020-11-14 22:48:57 +01:00 committed by Jonathan Ringer
parent 229060146d
commit d480d9336d

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "zigpy-zigate";
version = "0.6.2";
version = "0.7.2";
# https://github.com/Martiusweb/asynctest/issues/152
# broken by upstream python bug with asynctest and
# is used exclusively by home-assistant with python 3.8
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "zigpy";
repo = "zigpy-zigate";
rev = version;
rev = "v${version}";
sha256 = "EV6DV+BytUcPMtzYVKDnq/Uv2efg3stjL5uVlL62II4=";
};