Skip to content

Commit 832ede8

Browse files
committed
1 parent aa2304e commit 832ede8

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-secret-manager

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-secret-manager/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
buildPythonPackage rec {
1616
pname = "google-cloud-secret-manager";
17-
version = "2.20.2";
17+
version = "2.21.0";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.7";
2121

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

2828
build-system = [ setuptools ];

0 commit comments

Comments
 (0)