python: google-cloud-bigquery: 1.6.0 -> 1.6.1
This commit is contained in:
parent
4a8d1254a5
commit
5754380fdf
@ -13,11 +13,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-bigquery";
|
||||
version = "1.6.0";
|
||||
version = "1.6.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "d559ba1e05cf6a960e09bb5aab3aeb4d50ad9e08c77a20a17c01c9b2bd8d6cb7";
|
||||
sha256 = "04f0a2bb53d779fc62927be92f8253c34774a1a9f95cccec3e45d000d1547ef9";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest mock ipython ];
|
||||
|
Loading…
Reference in New Issue
Block a user