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

Merge pull request #219344 from r-ryantm/auto-update/python310Packages.google-cloud-secret-manager

python310Packages.google-cloud-secret-manager: 2.15.1 -> 2.16.0
parents e3c73f54 e449c219
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "google-cloud-secret-manager";
  version = "2.15.1";
  version = "2.16.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-0ubTvpHT6HfCg5lfdbzAnP77oWPZw2N78qZs6tGim6M=";
    hash = "sha256-O1K5qd82o+PnzWZ40GC+0PSgWzZvp5hl7ImFxRgx5Ww=";
  };

  propagatedBuildInputs = [