Commit fdddf325 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.google-cloud-compute: format with nixfmt

parent 2c837051
Loading
Loading
Loading
Loading
+13 −14
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchPypi
, pythonOlder
, google-api-core
, mock
, proto-plus
, protobuf
, pytest-asyncio
, pytestCheckHook
, setuptools
{
  lib,
  buildPythonPackage,
  fetchPypi,
  pythonOlder,
  google-api-core,
  mock,
  proto-plus,
  protobuf,
  pytest-asyncio,
  pytestCheckHook,
  setuptools,
}:

buildPythonPackage rec {
@@ -23,9 +24,7 @@ buildPythonPackage rec {
    hash = "sha256-oHs0CLP3d4bcsZZmn/N2e8UQgHGKfC0/13ne/I2Be00=";
  };

  build-system = [
    setuptools
  ];
  build-system = [ setuptools ];

  dependencies = [
    google-api-core