Merge pull request #167438 from r-ryantm/auto-update/python310Packages.google-cloud-bigtable

python310Packages.google-cloud-bigtable: 2.7.1 -> 2.8.0
This commit is contained in:
Fabian Affolter 2022-04-06 10:53:02 +02:00 committed by GitHub
commit 4c05701f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigtable";
version = "2.7.1";
version = "2.8.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-TUMgrv1JNt8h6DzCNtk0Fm4LQFC73/FNfpgTs9jhkYs=";
hash = "sha256-FLnEEsbTie1Z/9Y8nLzvLFbxiexUL4GFa8jCcEAYK1s=";
};
propagatedBuildInputs = [