lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.aioeafm: format with nixfmt

+11 -10
+11 -10
pkgs/development/python-modules/aioeafm/default.nix
··· 1 - { lib 2 - , aiohttp 3 - , buildPythonPackage 4 - , fetchFromGitHub 5 - , fetchpatch 6 - , poetry-core 7 - , pytest-aiohttp 8 - , pytestCheckHook 9 - , pythonOlder 1 + { 2 + lib, 3 + aiohttp, 4 + buildPythonPackage, 5 + fetchFromGitHub, 6 + fetchpatch, 7 + poetry-core, 8 + pytest-aiohttp, 9 + pytestCheckHook, 10 + pythonOlder, 10 11 }: 11 12 12 13 buildPythonPackage rec { 13 14 pname = "aioeafm"; 14 15 version = "1.0.0"; 15 - pyproject =true; 16 + pyproject = true; 16 17 17 18 disabled = pythonOlder "3.7"; 18 19