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

python312Packages.google-cloud-container: 2.51.0 -> 2.52.0 (#350335)

parents 39881115 c8f33c0a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "google-cloud-container";
  version = "2.51.0";
  version = "2.52.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "google_cloud_container";
    inherit version;
    hash = "sha256-q1F+/uzyVY10pP/XrF1sL0+6o7uKfITSuZTc+NqA/Zw=";
    hash = "sha256-ei+sdoCmpbsndrSUof0eLmTkk1ZDsqAfuTu40btzsO8=";
  };

  build-system = [ setuptools ];