python311Packages.zigpy: 0.62.3 -> 0.63.4
https://github.com/zigpy/zigpy/releases/tag/0.63.4
This commit is contained in:
parent
61d9cfc308
commit
7102da2d7c
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, aiohttp
|
||||
, aiosqlite
|
||||
, aioresponses
|
||||
, buildPythonPackage
|
||||
, crccheck
|
||||
, cryptography
|
||||
|
@ -18,7 +19,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "zigpy";
|
||||
version = "0.62.3";
|
||||
version = "0.63.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -27,7 +28,7 @@ buildPythonPackage rec {
|
|||
owner = "zigpy";
|
||||
repo = "zigpy";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-LMcyYDUH/jGrDW8sjrT9kHdIWQ20fOOcOJRhUpKMGi8=";
|
||||
hash = "sha256-0wenUUkhgodsBID+ZT9JRoJeGDTqAChAIpj+9/Q3FMM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -51,6 +52,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
aioresponses
|
||||
freezegun
|
||||
pytest-asyncio
|
||||
pytest-timeout
|
||||
|
|
Loading…
Reference in a new issue