python3Packages.google_api_python_client: 1.8.0 -> 1.8.1

This contains a fix for the goobook build which would break due to this
update.
This commit is contained in:
Michael Weiss
2020-04-21 19:23:08 +02:00
parent cece19e0d8
commit 0d1194704b
3 changed files with 46 additions and 3 deletions

View File

@@ -12,6 +12,9 @@ buildPythonPackage rec {
sha256 = "089a95s6g9izsy1fzpz48p6pz0wpngcbbrvsillm1n53492gfhjg";
};
# Required for a breaking change in google-api-python-client 1.8.1:
patches = [ ./fix-build.patch ];
propagatedBuildInputs = [
google_api_python_client simplejson oauth2client setuptools
];