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

python38Packages.google-cloud-bigtable: 2.3.3 -> 2.4.0
This commit is contained in:
figsoda 2021-10-02 15:25:17 -04:00 committed by GitHub
commit 53d333a68f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-bigtable";
version = "2.3.3";
version = "2.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-4rMnGnDQtuu55mzrYkeJjrU0ykQXd+pOYAw2yVcqJAQ=";
sha256 = "b8472c91b05159f20121fcca6ebdc2a3b5648d68158ec747860914279b6b983b";
};
propagatedBuildInputs = [