python312Packages.google-cloud-secret-manager: 2.18.3 -> 2.19.0

This commit is contained in:
R. Ryantm 2024-03-23 00:52:14 +00:00
parent 53c8f2940d
commit a2a338f4ef
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-secret-manager";
version = "2.18.3";
version = "2.19.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-HbL0CTJFNuNPmFCB04njl0yjo2aN94RcrQvgOrjA+n0=";
hash = "sha256-u5GENYNaFOuUeF9NTZCHvc8bbeMGQy1+2qfWLn94DDA=";
};
nativeBuildInputs = [