python37Packages.google_api_python_client: 1.7.9 -> 1.7.10
This commit is contained in:
parent
1d9d31a0eb
commit
967b8422d7
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-api-python-client";
|
||||
version = "1.7.9";
|
||||
version = "1.7.10";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1v551xaavqff085gplinnnrz2sk6sikmm7j47gi0wf34hpba1384";
|
||||
sha256 = "1mlx5dvkh6rjkvkd91flyhrmji2kw9rlr05n8n4wccv2np3sam9f";
|
||||
};
|
||||
|
||||
# No tests included in archive
|
||||
|
|
Loading…
Reference in a new issue