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

python3Packages.google-cloud-container: 2.57.0 -> 2.58.0 (#426726)

parents 54a1b8f3 969e55f0
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.57.0";
  version = "2.58.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "google_cloud_container";
    inherit version;
    hash = "sha256-+n5vWT9YNIuYvW3Vk0TJpgOOn7psC5hY4j2dJ4NG8Sk=";
    hash = "sha256-dA7lsWf3BmxIXXnPejksi21A7N9V0Ka27MeET8TNmts=";
  };

  build-system = [ setuptools ];