python3Packages.zha: 0.0.81 -> 0.0.83
Diff: https://github.com/zigpy/zha/compare/0.0.81...0.0.83 Changelog: https://github.com/zigpy/zha/releases/tag/0.0.83
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
freezegun,
|
||||
looptime,
|
||||
pyserial,
|
||||
pyserial-asyncio-fast,
|
||||
pytest-asyncio_0,
|
||||
@@ -22,7 +23,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zha";
|
||||
version = "0.0.81";
|
||||
version = "0.0.83";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.12";
|
||||
@@ -31,7 +32,7 @@ buildPythonPackage rec {
|
||||
owner = "zigpy";
|
||||
repo = "zha";
|
||||
tag = version;
|
||||
hash = "sha256-MsuCzb2jIjZh24tXUz0fE9MgstuvmUOIWEC0s1jRoow=";
|
||||
hash = "sha256-/poB5dkD5bta/GWOah6+bz+w++C1NWf649TUzqvDfU0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -58,6 +59,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
freezegun
|
||||
looptime
|
||||
pytest-asyncio_0
|
||||
pytest-timeout
|
||||
pytest-xdist
|
||||
|
||||
Reference in New Issue
Block a user