python3Packages.zigpy-zigate: 0.6.2 -> 0.7.1
This commit is contained in:
parent
229060146d
commit
d480d9336d
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "zigpy-zigate";
|
pname = "zigpy-zigate";
|
||||||
version = "0.6.2";
|
version = "0.7.2";
|
||||||
# https://github.com/Martiusweb/asynctest/issues/152
|
# https://github.com/Martiusweb/asynctest/issues/152
|
||||||
# broken by upstream python bug with asynctest and
|
# broken by upstream python bug with asynctest and
|
||||||
# is used exclusively by home-assistant with python 3.8
|
# is used exclusively by home-assistant with python 3.8
|
||||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zigpy";
|
owner = "zigpy";
|
||||||
repo = "zigpy-zigate";
|
repo = "zigpy-zigate";
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
sha256 = "EV6DV+BytUcPMtzYVKDnq/Uv2efg3stjL5uVlL62II4=";
|
sha256 = "EV6DV+BytUcPMtzYVKDnq/Uv2efg3stjL5uVlL62II4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user