python3Packages.aiounifi: 86 -> 87

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

Changelog: https://github.com/Kane610/aiounifi/releases/tag/v87

Changed files
+3 -5
pkgs
development
python-modules
aiounifi
+3 -5
pkgs/development/python-modules/aiounifi/default.nix
···
buildPythonPackage rec {
pname = "aiounifi";
-
version = "86";
pyproject = true;
-
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "Kane610";
repo = "aiounifi";
tag = "v${version}";
-
hash = "sha256-9SnNWJNfG0Z+XkZtth6yDRnPf0OiAHmiyTI0WQN+2SY=";
};
postPatch = ''
···
pytestCheckHook
trustme
];
-
-
pytestFlags = [ "--asyncio-mode=auto" ];
pythonImportsCheck = [ "aiounifi" ];
···
buildPythonPackage rec {
pname = "aiounifi";
+
version = "87";
pyproject = true;
+
disabled = pythonOlder "3.13";
src = fetchFromGitHub {
owner = "Kane610";
repo = "aiounifi";
tag = "v${version}";
+
hash = "sha256-+aObnX82erFXAdQ5hdj/ebMj9Xm5ZCooprt+UensDpM=";
};
postPatch = ''
···
pytestCheckHook
trustme
];
pythonImportsCheck = [ "aiounifi" ];