diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-03-08 02:40:20 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-03-12 17:41:53 +0100 |
| commit | 8a190bc759eec223806174724d7095f25d1ebd88 (patch) | |
| tree | d9a215b12d6655c0daabb78a48b9eb233ed423d5 /pkgs/development/python-modules/google-api-python-client | |
| parent | a7de9ee8574d919f79eecb459910d2ae1361cec5 (diff) | |
python3Packages.google-api-python-client: 2.120.0 -> 2.121.0
https://github.com/googleapis/google-api-python-client/releases/tag/v2.121.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 fa7086b7719d..fa2ee6aa8d6d 100644 --- a/pkgs/development/python-modules/google-api-python-client/default.nix +++ b/pkgs/development/python-modules/google-api-python-client/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "google-api-python-client"; - version = "2.120.0"; + version = "2.121.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-oMh2nK2VdnaLyzGRyx9VD2qzKQy6BCutsPsXu6A/cMw="; + hash = "sha256-34Y+zk24s2zhBT69mD5D+8W2ZCCe7XjoLMhK5W3axsA="; }; nativeBuildInputs = [ |
