python3Packages.google-api-python-client: 2.166.0 -> 2.169.0
changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.169.0 diff: https://github.com/googleapis/google-api-python-client/compare/v2.166.0...v2.169.0
This commit is contained in:
committed by
Robert Schütz
parent
8a55f79187
commit
4a02374a8d
@@ -12,14 +12,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-api-python-client";
|
||||
version = "2.166.0";
|
||||
version = "2.169.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "googleapis";
|
||||
repo = "google-api-python-client";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-gJ5YG3Zse3X3BIzCnvWW4Uwokwh79NRvcYJd2TRb0s4=";
|
||||
hash = "sha256-XJwZ/gWL2pO9P+HuN6BtVbacNjwbZV2jW6FVLgNsj/0=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user