Merge pull request #136320 from r-ryantm/auto-update/python3.8-google-cloud-spanner

This commit is contained in:
Sandro 2021-09-05 03:44:11 +02:00 committed by GitHub
commit f3f8667c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,11 @@
buildPythonPackage rec {
pname = "google-cloud-spanner";
version = "3.8.0";
version = "3.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-K8K0JjKHWojSVFnUr3GhJP4gflYTXH6V7Mywu4hTvRQ=";
sha256 = "53fe3d903363fb17db155fd05f5356d9b310a519fbebd53903aa426a31cad706";
};
propagatedBuildInputs = [