lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-container/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "google-cloud-container"; 15 - version = "2.10.0"; 15 + version = "2.10.1"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "3804e37865b4d63ac39eac3f8f184225db16bbc69f201b4d54abe6b68f170e60"; 19 + sha256 = "939970cd09384dde6d6f6758b03648fd8f52fe5c2f83f73300575f7e4e3b2ee0"; 20 20 }; 21 21 22 22 propagatedBuildInputs = [ google-api-core grpc-google-iam-v1 libcst proto-plus ];