lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.google-api-python-client: 2.57.0 -> 2.61.0

+2 -2
+2 -2
pkgs/development/python-modules/google-api-python-client/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "google-api-python-client"; 16 - version = "2.57.0"; 16 + version = "2.61.0"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.6"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - sha256 = "sha256-7EQSVFsMWXioM7sDmTpGEhrSxwDzKvDLoj+EObP1+wI="; 23 + sha256 = "sha256-3goMt7sY6/9c99x4K0ikiKFL12hLU4eZ8xvtq33iuD8="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [