summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-10-14 08:23:50 +0200
committerGitHub <noreply@github.com>2021-10-14 08:23:50 +0200
commite518fed490f6875c65ebc6f3ddd174b83b492762 (patch)
treea2aca569b9f34335b76706f6645793995c2ff926 /pkgs
parentb91ec507be2a79ffddbb9c08ee06a718ab05ecfc (diff)
parent23dcb15889a1edf2790d7bc472109a3368aee29f (diff)
Merge pull request #141599 from r-ryantm/auto-update/python3.8-google-cloud-container
python38Packages.google-cloud-container: 2.9.0 -> 2.10.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/google-cloud-container/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-cloud-container/default.nix b/pkgs/development/python-modules/google-cloud-container/default.nix
index 39358062fc04..c388429e56a7 100644
--- a/pkgs/development/python-modules/google-cloud-container/default.nix
+++ b/pkgs/development/python-modules/google-cloud-container/default.nix
@@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-container";
- version = "2.9.0";
+ version = "2.10.0";
src = fetchPypi {
inherit pname version;
- sha256 = "2454e8dd93093fe6f6ec8e6771f8a7dab19f1d02c629dbbe8972e84b5d9c01e0";
+ sha256 = "3804e37865b4d63ac39eac3f8f184225db16bbc69f201b4d54abe6b68f170e60";
};
propagatedBuildInputs = [ google-api-core grpc-google-iam-v1 libcst proto-plus ];