python312Packages.zigpy: 0.65.0 -> 0.65.2

Changelog: https://github.com/zigpy/zigpy/releases/tag/0.65.2
This commit is contained in:
Fabian Affolter 2024-08-04 21:01:52 +02:00 committed by Martin Weinelt
parent f34ee18635
commit 58652c9f6d

View file

@ -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