mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python3Packages.zigpy: 0.50.3 -> 0.51.2
https://github.com/zigpy/zigpy/releases/tag/0.51.2 https://github.com/zigpy/zigpy/releases/tag/0.51.1 https://github.com/zigpy/zigpy/releases/tag/0.51.0
This commit is contained in:
parent
a989aa4619
commit
f5f2829041
@ -8,6 +8,7 @@
|
||||
, freezegun
|
||||
, fetchFromGitHub
|
||||
, pycryptodome
|
||||
, pyserial-asyncio
|
||||
, pytest-aiohttp
|
||||
, pytest-timeout
|
||||
, pytestCheckHook
|
||||
@ -17,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zigpy";
|
||||
version = "0.50.3";
|
||||
version = "0.51.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -26,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "zigpy";
|
||||
repo = "zigpy";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-Od5BEi5Cu1Gzd4ZkPc2lfmsEZoqsxqiUKqZ2vkW/8sE=";
|
||||
hash = "sha256-6JHj75ntbW3Pu4P6/nw0/xhZ+fZCfpNCzB1ZB7WJ0jY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -34,6 +35,7 @@ buildPythonPackage rec {
|
||||
aiosqlite
|
||||
crccheck
|
||||
cryptography
|
||||
pyserial-asyncio
|
||||
pycryptodome
|
||||
voluptuous
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user