python311Packages.aiounifi: 62 -> 63

Diff: https://github.com/Kane610/aiounifi/compare/refs/tags/v62...v63

Changelog: https://github.com/Kane610/aiounifi/releases/tag/v63
This commit is contained in:
Fabian Affolter 2023-09-27 20:35:48 +02:00 committed by Martin Weinelt
parent 948573bb0b
commit ade9da151c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -10,12 +10,13 @@
, pythonOlder , pythonOlder
, segno , segno
, setuptools , setuptools
, trustme
, wheel , wheel
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "aiounifi"; pname = "aiounifi";
version = "62"; version = "63";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.11"; disabled = pythonOlder "3.11";
@ -24,7 +25,7 @@ buildPythonPackage rec {
owner = "Kane610"; owner = "Kane610";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-5XCF67YuelS4RDUxfImSAELfdb3rJWGprIYQeQPp+yk="; hash = "sha256-am11pFgYMRccUNaK/iKdp6mfk5NQ4QnU41xbFiGCMPs=";
}; };
postPatch = '' postPatch = ''
@ -51,6 +52,7 @@ buildPythonPackage rec {
pytest-aiohttp pytest-aiohttp
pytest-asyncio pytest-asyncio
pytestCheckHook pytestCheckHook
trustme
]; ];
pytestFlagsArray = [ pytestFlagsArray = [