Merge pull request #175898 from r-ryantm/auto-update/python3.10-google-cloud-bigtable

python310Packages.google-cloud-bigtable: 2.8.1 -> 2.10.0
This commit is contained in:
Fabian Affolter 2022-06-02 16:17:08 +02:00 committed by GitHub
commit 2acecae344
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigtable";
version = "2.8.1";
version = "2.10.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Gy/CS06uGQyQoPLjm8ChR6MkO6CYkpC/n5wM/VncDDs=";
hash = "sha256-nicUpEaPhDBmWU2jP/R01d54xu9tgNUxZVD4gZGAyAw=";
};
propagatedBuildInputs = [