python311Packages.google-cloud-bigtable: 2.18.1 -> 2.19.0

Changelog: https://github.com/googleapis/python-bigtable/blob/v2.19.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-06-09 23:15:28 +02:00
parent 20e7b664f6
commit fdcc9a2e8f

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-bigtable";
version = "2.18.1";
version = "2.19.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Qdb3AnwHS2nho3ld0oehVkORAy+F3xzEqHuSJQb18OI=";
hash = "sha256-EebMccj9DmrPj+/GCECLkqplq3bSmRkNqlI3gYq0qzo=";
};
propagatedBuildInputs = [