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

This commit is contained in:
Sandro 2022-12-07 15:32:14 +01:00 committed by GitHub
commit 1f9f4af656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-spanner"; pname = "google-cloud-spanner";
version = "3.23.0"; version = "3.24.0";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-1RHzpCRYU2dUxZLa+zzopHd+xfnq7eWF6HDIkVk+2NY="; hash = "sha256-Ko/9gfcR7BBX+U60vlWgdh4d1xptUJRRyWmAGq6a4/E=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -69,6 +69,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Cloud Spanner API client library"; description = "Cloud Spanner API client library";
homepage = "https://github.com/googleapis/python-spanner"; homepage = "https://github.com/googleapis/python-spanner";
changelog = "https://github.com/googleapis/python-spanner/blob/v${version}/CHANGELOG.md";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ SuperSandro2000 ]; maintainers = with maintainers; [ SuperSandro2000 ];
}; };