Merge pull request #104451 from r-ryantm/auto-update/python3.7-google-api-python-client
python37Packages.google_api_python_client: 1.12.5 -> 1.12.8
This commit is contained in:
commit
1caa04c962
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-api-python-client";
|
||||
version = "1.12.5";
|
||||
version = "1.12.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0a989wynp0m1pj8qpa0mr8v8zxhazasc738nyb15wkhn1m4wv4hq";
|
||||
sha256 = "f3b9684442eec2cfe9f9bb48e796ef919456b82142c7528c5fd527e5224f08bb";
|
||||
};
|
||||
|
||||
# No tests included in archive
|
||||
|
|
Loading…
Reference in a new issue