python38Packages.google-cloud-bigquery: 2.12.0 -> 2.13.1

This commit is contained in:
R. RyanTM 2021-03-27 04:19:18 +00:00
parent 70900069ad
commit 38819ca9f8

View file

@ -17,11 +17,11 @@
buildPythonPackage rec {
pname = "google-cloud-bigquery";
version = "2.12.0";
version = "2.13.1";
src = fetchPypi {
inherit pname version;
sha256 = "484bb733e5dd14bb82d28480a5d7f540b8ee59f081fcf32782546b717180d1b8";
sha256 = "915f93c61c03d1d6024d5b19355bb96af25da9f924d0b5bab5cde851e1bd48f4";
};
propagatedBuildInputs = [