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

Merge pull request #227615 from fabaff/google-cloud-container-bump

python310Packages.google-cloud-container: 2.20.0 -> 2.21.0
parents 9cbad1e6 3f1db579
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "google-cloud-container";
  version = "2.20.0";
  version = "2.21.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-l/ENHQVW35pGuSkLsFDM5BRCAoD6KTmJgs+djuR6SM0=";
    hash = "sha256-iFwf+qj/xqebEA+CWC9SDi3iEsfPiLcFLwUmnoxaxjg=";
  };

  propagatedBuildInputs = [