python3Packages.google-api-python-client: 2.6.0 -> 2.7.0

authored by

Fabian Affolter and committed by
Jonathan Ringer
b6a8f9ac 02e88067

+2 -2
+2 -2
pkgs/development/python-modules/google-api-python-client/default.nix
··· 4 4 5 5 buildPythonPackage rec { 6 6 pname = "google-api-python-client"; 7 - version = "2.6.0"; 7 + version = "2.7.0"; 8 8 9 9 src = fetchPypi { 10 10 inherit pname version; 11 - sha256 = "1s1q1nw05925ryvnycq4bmqrxc14cicdl1j4l9xvyis26cjg71va"; 11 + sha256 = "sha256-mHm40dGCEq6Ss1urYejqntXqY++cjKhHk4U42hDdGTs="; 12 12 }; 13 13 14 14 # No tests included in archive