python310Packages.google-cloud-bigtable: 2.7.0 -> 2.7.1

This commit is contained in:
R. Ryantm 2022-03-18 07:30:44 +00:00
parent b19c177b87
commit a059926091

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigtable";
version = "2.7.0";
version = "2.7.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-TUgC/6IZ9kNE5iDtbhKPHJqo3sv9W+nl7KcxuXfrbyM=";
hash = "sha256-TUMgrv1JNt8h6DzCNtk0Fm4LQFC73/FNfpgTs9jhkYs=";
};
propagatedBuildInputs = [