python3Packages.google-api-python-client: 2.169.0 -> 2.177.0

https://github.com/googleapis/google-api-python-client/releases/tag/v2.177.0

This commit was automatically generated using update-python-libraries.

+3 -3
+3 -3
pkgs/development/python-modules/google-api-python-client/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "google-api-python-client"; 15 - version = "2.169.0"; 16 pyproject = true; 17 18 src = fetchFromGitHub { 19 owner = "googleapis"; 20 repo = "google-api-python-client"; 21 tag = "v${version}"; 22 - hash = "sha256-XJwZ/gWL2pO9P+HuN6BtVbacNjwbZV2jW6FVLgNsj/0="; 23 }; 24 25 build-system = [ setuptools ]; ··· 43 any new features. 44 ''; 45 homepage = "https://github.com/google/google-api-python-client"; 46 - changelog = "https://github.com/googleapis/google-api-python-client/releases/tag/v${version}"; 47 license = lib.licenses.asl20; 48 maintainers = [ lib.maintainers.sarahec ]; 49 };
··· 12 13 buildPythonPackage rec { 14 pname = "google-api-python-client"; 15 + version = "2.177.0"; 16 pyproject = true; 17 18 src = fetchFromGitHub { 19 owner = "googleapis"; 20 repo = "google-api-python-client"; 21 tag = "v${version}"; 22 + hash = "sha256-CEjbUIXtG5z1/28DsNCm/npMSd/+DyY5PMJHm9XDe2M="; 23 }; 24 25 build-system = [ setuptools ]; ··· 43 any new features. 44 ''; 45 homepage = "https://github.com/google/google-api-python-client"; 46 + changelog = "https://github.com/googleapis/google-api-python-client/releases/tag/${src.tag}"; 47 license = lib.licenses.asl20; 48 maintainers = [ lib.maintainers.sarahec ]; 49 };