Commit 8ea99a03 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 6591ec71
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.58.0";
  version = "2.59.0";
  pyproject = true;

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

  build-system = [ setuptools ];