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

python311Packages.google-cloud-container: 2.36.0 -> 2.37.0
This commit is contained in:
Fabian Affolter
2024-01-08 23:48:26 +01:00
committed by GitHub
@@ -9,20 +9,25 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.36.0";
format = "setuptools";
version = "2.37.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-dDkiUothV1QwMkeD8FsWZloLLMEbCNqJ1yHeraqdbuw=";
hash = "sha256-kHWB2/iCAXFlHnifL+aPaU0i3xmgf1rOSsk8JhCx1Dk=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
google-api-core
libcst