python3Packages.google_api_python_client: 1.8.3 -> 1.8.4

This commit is contained in:
Michael Weiss 2020-05-27 20:32:09 +02:00
parent 9986290c0f
commit 816e06ce20
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -4,11 +4,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-api-python-client"; pname = "google-api-python-client";
version = "1.8.3"; version = "1.8.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "10alijbbv3nsj7dfnv3fpx0gf1s9d4c7yjq0mv51szcx777qskmy"; sha256 = "06csvbpdv3kl806nqvh5hpag86wpafp1q9r07m7kc1fw3xhi5qmv";
}; };
# No tests included in archive # No tests included in archive