python38Packages.google-cloud-container: 2.10.0 -> 2.10.1

This commit is contained in:
R. Ryantm 2021-11-14 18:24:40 +00:00
parent 53a68253d7
commit 9467fee4d4

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.10.0";
version = "2.10.1";
src = fetchPypi {
inherit pname version;
sha256 = "3804e37865b4d63ac39eac3f8f184225db16bbc69f201b4d54abe6b68f170e60";
sha256 = "939970cd09384dde6d6f6758b03648fd8f52fe5c2f83f73300575f7e4e3b2ee0";
};
propagatedBuildInputs = [ google-api-core grpc-google-iam-v1 libcst proto-plus ];