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

python3Packages.google-api-python-client: 2.35.0 -> 2.39.0

This commit is contained in:
Martin Weinelt 2022-03-02 22:41:59 +01:00
parent a5483739f5
commit 222b9d54d4

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-api-python-client";
version = "2.35.0";
version = "2.39.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "038b12979ea86ef0e33962bd33f955c337bc28f0471522bd27a801d52bfb4ae2";
sha256 = "sha256-QBFpIV7K+1r7aD0/4OQ8BZ62Jccf6hkp8WQD3acqLcE=";
};
propagatedBuildInputs = [