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

python37Packages.google_cloud_bigtable: 1.6.0 -> 1.6.1
This commit is contained in:
Sandro 2020-12-04 00:04:07 +01:00 committed by GitHub
commit a4acf351b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "google-cloud-bigtable";
version = "1.6.0";
version = "1.6.1";
src = fetchPypi {
inherit pname version;
sha256 = "e9b904ebe651c4699829f7379706a4cd00b19b6d72b24e78a4dca9bba3bb52ad";
sha256 = "ace4ff7c6e00fb7d86963503615db85336b6484339f5774bd8c589df224772a8";
};
checkInputs = [ pytest mock ];