Merge pull request #250242 from fabaff/google-cloud-container-bump

python311Packages.google-cloud-container: 2.29.0 -> 2.30.0

authored by

Fabian Affolter and committed by
GitHub
f8f68df3 6c10c61b

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-container/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "google-cloud-container"; 16 - version = "2.29.0"; 16 + version = "2.30.0"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-kBcdzhfr5k5MiSJu3tVyE09a5whQgj6m1AsUEwcQxS4="; 23 + hash = "sha256-iR6+A3ekRxl3zA1K7DMaw4dyMwjM/yxh/7tOH//mwXY="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [