0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python37Packages.google_api_python_client: 1.7.8 -> 1.7.9

This commit is contained in:
Michael Weiss 2019-05-23 11:16:49 +02:00
parent 219a99ff43
commit 8f3bfa5a19
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -3,11 +3,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-api-python-client"; pname = "google-api-python-client";
version = "1.7.8"; version = "1.7.9";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0n18frf0ghmwf5lxmkyski4b5h1rsx93ibq3iw0k3s2wxl371406"; sha256 = "1v551xaavqff085gplinnnrz2sk6sikmm7j47gi0wf34hpba1384";
}; };
# No tests included in archive # No tests included in archive