python3Packages.google-cloud-container: 2.4.0 -> 2.4.1

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:18 +02:00
parent b20558150f
commit 8d4db58796

View File

@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-59k8o5ndb7X9D5kZAkhTHJxYPRqF580snuSFSVRZ7ng="; sha256 = "e7d93ca399dd6fb5fd0f99190248531c9c583d1a85e7cd2c9ee485495459ee78";
}; };
propagatedBuildInputs = [ google-api-core grpc_google_iam_v1 libcst proto-plus ]; propagatedBuildInputs = [ google-api-core grpc_google_iam_v1 libcst proto-plus ];