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:
Martin Weinelt
2025-04-03 23:12:24 +02:00
parent 0814c1e1e6
commit c66b048a5a
@@ -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 ];