diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-08-26 21:32:34 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-09-05 14:57:55 +0200 |
| commit | 65ed3b64a675abe4be5f61fd29d1dff28230bbf3 (patch) | |
| tree | be28d37cd4a9a027a95b6ff8b223690d12678355 /pkgs/development/python-modules/google-api-python-client | |
| parent | 43d19bffb41e75b9cf0b7a776cfb8b0819141d9c (diff) | |
python3Packages.google-api-python-client: 2.15.0 -> 2.18.0
Diffstat (limited to 'pkgs/development/python-modules/google-api-python-client')
| -rw-r--r-- | pkgs/development/python-modules/google-api-python-client/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-api-python-client/default.nix b/pkgs/development/python-modules/google-api-python-client/default.nix index 2fd9247c8825..45d6044b8ea7 100644 --- a/pkgs/development/python-modules/google-api-python-client/default.nix +++ b/pkgs/development/python-modules/google-api-python-client/default.nix @@ -4,11 +4,11 @@ buildPythonPackage rec { pname = "google-api-python-client"; - version = "2.15.0"; + version = "2.18.0"; src = fetchPypi { inherit pname version; - sha256 = "sha256-g3VIkjKCP0TGARlqlgUF4D7FjJXdtkFcax0ddrRo+Lo="; + sha256 = "a25661ec6cf4c159f41fe9c061c2bee31b2dddaf2ad787e23617048a25b53842"; }; # No tests included in archive |
