Merge pull request #219975 from r-ryantm/auto-update/python310Packages.google-cloud-spanner

python310Packages.google-cloud-spanner: 3.27.1 -> 3.28.0
This commit is contained in:
Sandro 2023-03-07 14:04:48 +01:00 committed by GitHub
commit 26ac96af51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-cloud-spanner";
version = "3.27.1";
version = "3.28.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1/pGE8Ql50B8hY4I/o5AhPIDOuE3EQcro2zMN23zLsc=";
hash = "sha256-3WA2SUC9frxafOXiGquDinwyffNrubQ4QEnfMxxC2KE=";
};
propagatedBuildInputs = [