python311Packages.google-cloud-spanner: 3.33.0 -> 3.34.0

Changelog: https://github.com/googleapis/python-spanner/blob/v3.34.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2023-05-18 19:05:22 +02:00
parent 44414a98a9
commit d954d016f1
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-cloud-spanner";
version = "3.33.0";
version = "3.34.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-k+2s1GPBK/mPCwRK0UzuoNSKNMouwIcoRM7BagXUNS8=";
hash = "sha256-1eDl130G8UqQ7Sgix1uoUf6h2eA/bTIwL2yzF1kK2PM=";
};
propagatedBuildInputs = [