python311Packages.google-cloud-secret-manager: 2.17.0 -> 2.18.0

This commit is contained in:
R. Ryantm 2024-02-02 15:52:52 +00:00
parent 390566a624
commit b6cb467a11

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-secret-manager";
version = "2.17.0";
version = "2.18.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-glTilgwGqNyRrqw8iUr7oIk6Z0WC8ODs/CL4lOYXPC8=";
hash = "sha256-Tkmb0z/3rv8nG9Z0h+IdVAQpeobcSHPuhh1jewGzC04=";
};
propagatedBuildInputs = [