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

python310Packages.google-cloud-bigtable: 2.8.0 -> 2.8.1
This commit is contained in:
Fabian Affolter 2022-04-19 12:13:19 +02:00 committed by GitHub
commit b967a59577
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.0";
version = "2.8.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-FLnEEsbTie1Z/9Y8nLzvLFbxiexUL4GFa8jCcEAYK1s=";
hash = "sha256-Gy/CS06uGQyQoPLjm8ChR6MkO6CYkpC/n5wM/VncDDs=";
};
propagatedBuildInputs = [