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

python310Packages.google-cloud-spanner: 3.12.1 -> 3.13.0
This commit is contained in:
Fabian Affolter 2022-02-08 10:48:54 +01:00 committed by GitHub
commit 8df7e266f5
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.12.1";
version = "3.13.0";
src = fetchPypi {
inherit pname version;
sha256 = "98e53298a7c79f0af351c80e6fc0b57bc735afdec764424e459179ef04f5a40f";
sha256 = "sha256-Y+MA7Nlx3+8eaBptI6eZgSPGc4MvxSrA9YA+K+VSblw=";
};
propagatedBuildInputs = [