Merge pull request #283611 from r-ryantm/auto-update/python311Packages.google-cloud-container

python311Packages.google-cloud-container: 2.37.0 -> 2.39.0
This commit is contained in:
Weijia Wang
2024-02-04 21:29:05 +01:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.37.0";
version = "2.39.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-kHWB2/iCAXFlHnifL+aPaU0i3xmgf1rOSsk8JhCx1Dk=";
hash = "sha256-qlnKOkdLM34R8Ly01+sElovrYTUk5ksiXcJUDn/GqAw=";
};
nativeBuildInputs = [