python312Packages.google-cloud-bigtable: 2.24.0 -> 2.26.0 (#339477)

This commit is contained in:
Fabian Affolter 2024-09-04 12:51:47 +02:00 committed by GitHub
commit 70a2b5f373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,14 +17,15 @@
buildPythonPackage rec {
pname = "google-cloud-bigtable";
version = "2.24.0";
version = "2.26.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-rOdfYso8UtZhnU/3rtmCEpyuUIuvd22BszMT9PnqXtQ=";
pname = "google_cloud_bigtable";
inherit version;
hash = "sha256-g88QrbMzNISzme+uWk0kEhfBiFxj/bmwTCaTAXYrGLc=";
};
build-system = [ setuptools ];