Unverified Commit 3384595b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python311Packages.google-cloud-container: 2.36.0 -> 2.37.0
parents 83255ff9 a620ad1a
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -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