python311Packages.google-cloud-bigquery-datatransfer: 3.14.1 -> 3.15.0

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-bigquery-datatransfer-v3.15.0/packages/google-cloud-bigquery-datatransfer/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-02-29 19:53:35 +01:00
parent 393c5235a4
commit e433a5be1a

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-datatransfer";
version = "3.14.1";
version = "3.15.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-v9gBSb9TYvaqF1/g7dJshSkJ2RlCAWXGdf7yPlne0I4=";
hash = "sha256-/LBhPJorIQvyiInfNy7PJcVyOvH217FErtwiC2XTZvQ=";
};
propagatedBuildInputs = [