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

This commit is contained in:
Martin Weinelt 2022-02-13 13:12:17 +01:00 committed by GitHub
commit ba9b858f6e
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.10.1";
version = "2.10.3";
src = fetchPypi {
inherit pname version;
sha256 = "939970cd09384dde6d6f6758b03648fd8f52fe5c2f83f73300575f7e4e3b2ee0";
sha256 = "sha256-hUbD9OPoqGEZG4lcprklU4EMIPoQrVAmtCtOKV6RB5w=";
};
propagatedBuildInputs = [ google-api-core grpc-google-iam-v1 libcst proto-plus ];