Merge pull request #107059 from r-ryantm/auto-update/python3.7-google-cloud-bigquery

python37Packages.google_cloud_bigquery: 2.4.0 -> 2.6.1
This commit is contained in:
Mario Rodas 2020-12-16 21:38:39 -05:00 committed by GitHub
commit 4a39600915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery";
version = "2.4.0";
version = "2.6.1";
src = fetchPypi {
inherit pname version;
sha256 = "2d53d6fed1c25c9c0ce361dad1c64203c96b2344f7156357a501630d1cb08445";
sha256 = "1f99fd0c0c5bde999e056a1be666e5d5bbf392f62c9e730dfcbaf6e8408d44ef";
};
disabled = pythonOlder "3.6";