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

python310Packages.google-cloud-spanner: 3.27.1 -> 3.28.0

authored by Sandro and committed by GitHub 26ac96af 6b015b77

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-spanner/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "google-cloud-spanner"; 20 - version = "3.27.1"; 20 + version = "3.28.0"; 21 21 format = "setuptools"; 22 22 23 23 disabled = pythonOlder "3.7"; 24 24 25 25 src = fetchPypi { 26 26 inherit pname version; 27 - hash = "sha256-1/pGE8Ql50B8hY4I/o5AhPIDOuE3EQcro2zMN23zLsc="; 27 + hash = "sha256-3WA2SUC9frxafOXiGquDinwyffNrubQ4QEnfMxxC2KE="; 28 28 }; 29 29 30 30 propagatedBuildInputs = [