Merge pull request #304586 from r-ryantm/auto-update/python311Packages.google-cloud-bigquery-datatransfer

python311Packages.google-cloud-bigquery-datatransfer: 3.15.1 -> 3.15.2
This commit is contained in:
Fabian Affolter 2024-04-17 10:13:40 +02:00 committed by GitHub
commit 99e89cb087
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,30 +1,34 @@
{ lib
, buildPythonPackage
, fetchPypi
, google-api-core
, libcst
, mock
, proto-plus
, protobuf
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, pytz
{
lib,
buildPythonPackage,
fetchPypi,
google-api-core,
libcst,
mock,
proto-plus,
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
pytz,
setuptools,
}:
buildPythonPackage rec {
pname = "google-cloud-bigquery-datatransfer";
version = "3.15.1";
format = "setuptools";
version = "3.15.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2A0v6UBFHeP0fsU71e22Aau7HfQYnN4fo4bYD3G+p2I=";
hash = "sha256-oX4E3G3PB9qqCo5ZWt+p702oV5KUzlIdXNczthJ73Q0=";
};
propagatedBuildInputs = [
build-system = [ setuptools ];
dependencies = [
google-api-core
libcst
proto-plus