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

python37Packages.google-cloud-spanner: 2.1.0 -> 3.0.0
This commit is contained in:
Sandro 2021-01-16 11:46:10 +01:00 committed by GitHub
commit 82d4fe28e7
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 = "2.1.0";
version = "3.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "0mkkx6l3cbwfwng12zpisbv6m919fkhdb48xk24ayc19193bi86n";
sha256 = "060c53bc6f541660a2fe868fd83a695207d4e7b050e04fe103d1e77634b813c7";
};
postPatch = ''