1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-04 14:52:34 +03:00

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

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:08 +02:00
parent c6e1c1d21d
commit a103a0073e

View file

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