python310Packages.aiohomekit: 2.0.2 -> 2.2.14

Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
This commit is contained in:
Fabian Affolter
2022-11-05 13:29:18 +01:00
committed by Martin Weinelt
co-authored by Martin Weinelt
parent 2d4340c2b7
commit 482ea02ea0
@@ -3,6 +3,7 @@
, aiocoap
, bleak
, bleak-retry-connector
, chacha20poly1305
, chacha20poly1305-reuseable
, commentjson
, cryptography
@@ -17,7 +18,7 @@
buildPythonPackage rec {
pname = "aiohomekit";
version = "2.0.2";
version = "2.2.14";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -26,7 +27,7 @@ buildPythonPackage rec {
owner = "Jc2k";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-pZEZHhsU/1tEX1VOFQ8b+ERJ8tU1pzRJMRYD28nfTb0=";
hash = "sha256-0O8fax25vabItFnUD9N7C4gyMSKPHqHSgzJXJjp5dGw=";
};
nativeBuildInputs = [
@@ -37,6 +38,7 @@ buildPythonPackage rec {
aiocoap
bleak
bleak-retry-connector
chacha20poly1305
chacha20poly1305-reuseable
commentjson
cryptography