python3Packages.aiounifi: 86 -> 87

Diff: https://github.com/Kane610/aiounifi/compare/v86...v87

Changelog: https://github.com/Kane610/aiounifi/releases/tag/v87
This commit is contained in:
Robert Schütz
2025-10-01 14:20:38 -07:00
parent 5030ea7a30
commit df1cfc815b
@@ -17,16 +17,16 @@
buildPythonPackage rec {
pname = "aiounifi";
version = "86";
version = "87";
pyproject = true;
disabled = pythonOlder "3.11";
disabled = pythonOlder "3.13";
src = fetchFromGitHub {
owner = "Kane610";
repo = "aiounifi";
tag = "v${version}";
hash = "sha256-9SnNWJNfG0Z+XkZtth6yDRnPf0OiAHmiyTI0WQN+2SY=";
hash = "sha256-+aObnX82erFXAdQ5hdj/ebMj9Xm5ZCooprt+UensDpM=";
};
postPatch = ''
@@ -52,8 +52,6 @@ buildPythonPackage rec {
trustme
];
pytestFlags = [ "--asyncio-mode=auto" ];
pythonImportsCheck = [ "aiounifi" ];
meta = with lib; {