1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-01 05:19:17 +03:00

python3Packages.google-api-python-client: 2.25.0 -> 2.31.0

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:47 -08:00
parent 48eb97f0b8
commit 7c60fb0c2a
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "google-api-python-client";
version = "2.25.0";
version = "2.31.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-dNgF7xC4sfWL04U53T0D+vEYj2TuPKQorAQtU59fVcc=";
sha256 = "3f64a5eee6fa03ab51806dccf48e342fda83fea60c290518c6a2dfdbf2de9efd";
};
# No tests included in archive