python3Packages.google-cloud-bigtable: 2.29.0 -> 2.30.0
https://github.com/googleapis/python-bigtable/blob/v2.30.0/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-bigtable";
|
||||
version = "2.29.0";
|
||||
version = "2.30.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "google_cloud_bigtable";
|
||||
inherit version;
|
||||
hash = "sha256-kSwCpy+RCvxVNfGT/MDn0GZpILQ2IulX9sdnKf/757I=";
|
||||
hash = "sha256-3bnfW9OVhUWf5hfzheSCeAY+w3VIalER0i3QtsGNSDM=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user