3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Sandro 2021-10-07 23:45:43 +02:00 committed by GitHub
commit eb7dc24b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery-datatransfer";
version = "3.3.2";
version = "3.3.4";
src = fetchPypi {
inherit pname version;
sha256 = "fcb71ebe5c5b232d24fe7d666b65709e4fc8db43263c8182e5ed8e5a52abefec";
sha256 = "e0beee002f435236bf8026872ce34bd03c9d4f91467c79fc5e7cde591bd15596";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus pytz ];