mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
python312Packages.zigpy: 0.65.0 -> 0.65.2
Changelog: https://github.com/zigpy/zigpy/releases/tag/0.65.2
This commit is contained in:
parent
f34ee18635
commit
58652c9f6d
1 changed files with 4 additions and 2 deletions
|
@ -11,6 +11,7 @@
|
|||
cryptography,
|
||||
fetchFromGitHub,
|
||||
freezegun,
|
||||
frozendict,
|
||||
importlib-resources,
|
||||
jsonschema,
|
||||
pycryptodome,
|
||||
|
@ -26,7 +27,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "zigpy";
|
||||
version = "0.65.0";
|
||||
version = "0.65.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -35,7 +36,7 @@ buildPythonPackage rec {
|
|||
owner = "zigpy";
|
||||
repo = "zigpy";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-CyVmMDZ+8B3SYRR6JKFeI/dyQbJk70/slm3hRV1f3ig=";
|
||||
hash = "sha256-rNqo4NtIdg9MoOKde26/RUcfX/VYiVkNj97v/RJcB4E=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -53,6 +54,7 @@ buildPythonPackage rec {
|
|||
aiosqlite
|
||||
crccheck
|
||||
cryptography
|
||||
frozendict
|
||||
jsonschema
|
||||
pyserial-asyncio
|
||||
typing-extensions
|
||||
|
|
Loading…
Reference in a new issue