python311Packages.google-cloud-container: 2.39.0 -> 2.40.0

This commit is contained in:
R. Ryantm 2024-02-07 19:43:11 +00:00
parent cd5c10f696
commit b8492fab3d

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.39.0";
version = "2.40.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-qlnKOkdLM34R8Ly01+sElovrYTUk5ksiXcJUDn/GqAw=";
hash = "sha256-4yTrV0OtvCmd9+5rNaTOJBAS/s52hyjwA7O1/lLyFtE=";
};
nativeBuildInputs = [