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

python313Packages.google-cloud-container: 2.58.0 -> 2.59.0 (#433486)

parents a991c045 8ea99a03
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 ];