mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-30 21:15:21 +03:00
python3Packages.google-api-python-client: 2.25.0 -> 2.31.0
This commit is contained in:
parent
48eb97f0b8
commit
7c60fb0c2a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue