python312Packages.ajsonrpc: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-10 10:41:38 +02:00
parent 45e67eb30e
commit 87ce0c4fc7
1 changed files with 8 additions and 9 deletions

View File

@ -1,9 +1,10 @@
{ lib
, pythonOlder
, buildPythonPackage
, fetchPypi
, pytestCheckHook
, setuptools
{
lib,
pythonOlder,
buildPythonPackage,
fetchPypi,
pytestCheckHook,
setuptools,
}:
buildPythonPackage rec {
@ -18,9 +19,7 @@ buildPythonPackage rec {
hash = "sha256-eRusGPC/De4QkZRkTxUc+Lf/UpxLjWI5rEgQSjJRoZ8=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];