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

python37Packages.google-cloud-container: 2.3.0 -> 2.3.1
This commit is contained in:
Sandro 2021-02-20 19:21:30 +01:00 committed by GitHub
commit 1fc4bcb956
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.0";
version = "2.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "04f9mx1wxy3l9dvzvvr579fnjp1fdqhgplv5y2gl7h2mvn281k8d";
sha256 = "69e10c999c64996822aa2ca138cffcdf0f1e04bdbdb7206c286fa17fb800703a";
};
propagatedBuildInputs = [ google-api-core grpc_google_iam_v1 libcst proto-plus ];