python310Packages.google-cloud-bigtable: 2.5.2 -> 2.6.0

This commit is contained in:
R. Ryantm
2022-03-01 03:30:45 +00:00
parent f49aa165fb
commit 9855b55568
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigtable";
version = "2.5.2";
version = "2.6.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2ot8e34FbJ51dByIp+3Tq0OggpKbjqZAjwNxUZtnf0I=";
hash = "sha256-z6qhLNPfZnFJE6CStAByqxHBv3Itfzn1FtxDE+JPci8=";
};
propagatedBuildInputs = [