python312Packages.aioeafm: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-12 12:41:07 +02:00
parent 4615f4dea2
commit 06d8f3e3b8

View File

@ -1,18 +1,19 @@
{ lib
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, poetry-core
, pytest-aiohttp
, pytestCheckHook
, pythonOlder
{
lib,
aiohttp,
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
poetry-core,
pytest-aiohttp,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
pname = "aioeafm";
version = "1.0.0";
pyproject =true;
pyproject = true;
disabled = pythonOlder "3.7";