Skip to content

Commit

Permalink
python312Packages.google-cloud-secret-manager: 2.20.2 -> 2.21.0 (#351381
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fabaff authored Oct 26, 2024
2 parents c5cd10c + 832ede8 commit 7c95ef8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

buildPythonPackage rec {
pname = "google-cloud-secret-manager";
version = "2.20.2";
version = "2.21.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_secret_manager";
inherit version;
hash = "sha256-u+JIJeM0+eZ56CXnDZMhGKf/U25nwc6wSNpEERyHpFw=";
hash = "sha256-0a6E7PmM/DGcmj8QEjVc69GTF7ZizJ3/Giw2I0WAgHs=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 7c95ef8

Please sign in to comment.