python312Packages.noiseprotocol: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-12 14:54:08 +02:00
parent a4a9a955f7
commit 1e88b22aaf
@@ -1,10 +1,11 @@
{ lib
, buildPythonPackage
, cryptography
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
, setuptools
{
lib,
buildPythonPackage,
cryptography,
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {