Merge pull request #293870 from fabaff/google-cloud-secret-manager-bump

python311Packages.google-cloud-secret-manager: 2.18.2 -> 2.18.3
This commit is contained in:
Nick Cao 2024-03-06 17:59:32 -05:00 committed by GitHub
commit e9631b9779
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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