python3Packages.google-api-python-client: 2.177.0 -> 2.185.0
https://github.com/googleapis/google-api-python-client/releases/tag/v2.185.0 https://github.com/googleapis/google-api-python-client/compare/v2.177.0...v2.185.0
This commit is contained in:
@@ -12,14 +12,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-api-python-client";
|
||||
version = "2.177.0";
|
||||
version = "2.185.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "googleapis";
|
||||
repo = "google-api-python-client";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-CEjbUIXtG5z1/28DsNCm/npMSd/+DyY5PMJHm9XDe2M=";
|
||||
hash = "sha256-y6MfDwA1CKsKmXH9NIqFtKIz8vk5XC6d91scrTI4xdY=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user