Merge pull request #139378 from r-ryantm/auto-update/python3.8-google-cloud-container

This commit is contained in:
Sandro
2021-09-28 23:44:32 +02:00
committed by GitHub
@@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.7.1";
version = "2.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-nMUMGFU383TC7cXkj6EHaEe4HHS5NzcLBIxp1xgWUzg=";
sha256 = "f58192b534b5324c874547835808ed7d5c116e986f07e57b27b0ac5e12baddca";
};
propagatedBuildInputs = [ google-api-core grpc-google-iam-v1 libcst proto-plus ];