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

python38Packages.google-cloud-container: 2.3.1 -> 2.4.0
This commit is contained in:
Sandro 2021-03-29 12:16:50 +02:00 committed by GitHub
commit 522590bf3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.3.1";
version = "2.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "69e10c999c64996822aa2ca138cffcdf0f1e04bdbdb7206c286fa17fb800703a";
sha256 = "c62d15f58459fbe83ba5789f800ac27b4be9a1d7735f6c6b702cd6c3f8c6f0c9";
};
propagatedBuildInputs = [ google-api-core grpc_google_iam_v1 libcst proto-plus ];