diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-08-11 23:24:37 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2022-08-11 23:24:37 +0000 |
| commit | a9b941e5a010b331ffdaca7dca268054a5d96981 (patch) | |
| tree | 36441fba440b7cc60c50b3da9a14fb074c112313 /pkgs/development/python-modules/google-cloud-container/default.nix | |
| parent | intel-media-sdk: 22.3.0 -> 22.5.1 (diff) | |
| download | nixpkgs-a9b941e5a010b331ffdaca7dca268054a5d96981.tar.gz | |
python310Packages.google-cloud-container: 2.11.0 -> 2.11.1
Diffstat (limited to 'pkgs/development/python-modules/google-cloud-container/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/google-cloud-container/default.nix | 4 |
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 b7089078ff81..1b03d5285972 100644 --- a/pkgs/development/python-modules/google-cloud-container/default.nix +++ b/pkgs/development/python-modules/google-cloud-container/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "google-cloud-container"; - version = "2.11.0"; + version = "2.11.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-cmgyWHK3JLXYEJPLAN5M4edWJlv71tfbhu0KNs5H1k4="; + hash = "sha256-KVLM4ytQh8260JYd3oviCattfZa73e5p5dNXQMgRKQQ="; }; propagatedBuildInputs = [ |
