python310Packages.google-cloud-spanner: 3.12.1 -> 3.13.0

This commit is contained in:
R. Ryantm 2022-02-08 08:51:57 +00:00
parent 60c52a73f1
commit 032d5f1837

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 = [