python311Packages.ed25519: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-16 12:50:23 +02:00
parent d1a9f32eac
commit 6702cf1f73
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
{ lib, fetchPypi, buildPythonPackage, pythonAtLeast }:
{
lib,
fetchPypi,
buildPythonPackage,
pythonAtLeast,
}:
buildPythonPackage rec {
pname = "ed25519";