forked from mirrors/nixpkgs
python37Packages.google_api_python_client: 1.7.7 -> 1.7.8
This commit is contained in:
parent
d4ad10176e
commit
abbb8219dc
|
@ -3,12 +3,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-api-python-client";
|
pname = "google-api-python-client";
|
||||||
version = "1.7.7";
|
version = "1.7.8";
|
||||||
#disabled = !isPy3k; # TODO: Python 2.7 was deprecated but weboob still depends on it.
|
#disabled = !isPy3k; # TODO: Python 2.7 was deprecated but weboob still depends on it.
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1nlsp8cll6v9w4649j98xw545bfnqa2xs7m9faa9mxc0kp8ff1li";
|
sha256 = "0n18frf0ghmwf5lxmkyski4b5h1rsx93ibq3iw0k3s2wxl371406";
|
||||||
};
|
};
|
||||||
|
|
||||||
# No tests included in archive
|
# No tests included in archive
|
||||||
|
@ -20,5 +20,6 @@ buildPythonPackage rec {
|
||||||
description = "The core Python library for accessing Google APIs";
|
description = "The core Python library for accessing Google APIs";
|
||||||
homepage = https://github.com/google/google-api-python-client;
|
homepage = https://github.com/google/google-api-python-client;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ primeos ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue