diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-06-03 17:21:35 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2023-06-03 17:21:35 +0200 |
| commit | 90aa8bb0cda124c54664a075237d87938c998823 (patch) | |
| tree | dd472116138e3475d95bd8766e1374c59a0a8c2a /pkgs/development/python-modules/google-api-python-client | |
| parent | 4150474c1105c4220c5d8547ddbcb8bd93e4c8ba (diff) | |
python311Packages.google-api-python-client: 2.84.0 -> 2.88.0
Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.88.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 5da821346e3f..c99ecbdcb465 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.84.0"; + version = "2.88.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-w5j9b56tC+I6reOycExyxRRt8OM1LY/5EBKGB34bAQo="; + hash = "sha256-NwaEU/eeoo5TlKj+IKS6YgWU5/hUEGi+ouhE2s3MnTM="; }; propagatedBuildInputs = [ |
