python3Packages.zigpy-xbee: 0.16.1 -> 0.16.2
This commit is contained in:
parent
eb97f94b94
commit
a5bb097c8e
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "zigpy-xbee";
|
pname = "zigpy-xbee";
|
||||||
version = "0.16.1";
|
version = "0.16.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
|
||||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||||
owner = "zigpy";
|
owner = "zigpy";
|
||||||
repo = "zigpy-xbee";
|
repo = "zigpy-xbee";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "sha256-75LftepCexIsqVMgrJKeTJWHlPI5zcj2aZbJt09JSwE=";
|
sha256 = "sha256-EzdKY/VisMUc/5yHN+7JUz1fDM4mCpk5TyApC24z4CU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue