python311Packages.google-cloud-bigtable: 2.23.0 -> 2.23.1

Changelog: https://github.com/googleapis/python-bigtable/blob/v2.23.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-04-16 10:49:23 +02:00
parent 047bcae457
commit 28a511eb25
1 changed files with 2 additions and 2 deletions

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigtable";
version = "2.23.0";
version = "2.23.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-w8q7Zhn18u6hGz23JzHoTSixaAVcnMF8LS2v8Vy4I3k=";
hash = "sha256-FHWiK/zhY7XELN9O717AUyPuozWFUpT5zk4j+qIk8Cg=";
};
build-system = [ setuptools ];