python311Packages.types-awscrt: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-17 08:53:17 +02:00
parent 751025a3d0
commit 5c2437c53d

View File

@ -1,8 +1,9 @@
{ lib {
, buildPythonPackage lib,
, fetchPypi buildPythonPackage,
, poetry-core fetchPypi,
, pythonOlder poetry-core,
pythonOlder,
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -18,13 +19,9 @@ buildPythonPackage rec {
hash = "sha256-ZImKL0okaPZiM8uMKcX2bekHz4C6HvW7E1mu8vgbtSE="; hash = "sha256-ZImKL0okaPZiM8uMKcX2bekHz4C6HvW7E1mu8vgbtSE=";
}; };
build-system = [ build-system = [ poetry-core ];
poetry-core
];
pythonImportsCheck = [ pythonImportsCheck = [ "awscrt-stubs" ];
"awscrt-stubs"
];
meta = with lib; { meta = with lib; {
description = "Type annotations and code completion for awscrt"; description = "Type annotations and code completion for awscrt";