Unverified Commit 3dacedfb authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #298221 from r-ryantm/auto-update/python312Packages.google-cloud-container

python312Packages.google-cloud-container: 2.43.0 -> 2.44.0
parents c97d3103 355aea7a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,21 +14,21 @@

buildPythonPackage rec {
  pname = "google-cloud-container";
  version = "2.43.0";
  version = "2.44.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-RfGhQv1wr5fMMHleMamwSKQ2opv3nppGSvUe4UdFiT0=";
    hash = "sha256-heNvRcepXqayn/impyP5h4L+eOJjGV1hMrZyg96aZKU=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
  ];

  propagatedBuildInputs = [
  dependencies = [
    google-api-core
    libcst
    proto-plus