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

python311Packages.google-cloud-secret-manager: 2.18.2 -> 2.18.3

authored by Nick Cao and committed by GitHub e9631b97 d5fae1dc

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-secret-manager/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "google-cloud-secret-manager"; 16 - version = "2.18.2"; 16 + version = "2.18.3"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.7"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-oA1iEVpwCD6GsdRMp+vK4EGzakTMYupX3kAFcx+NPIg="; 23 + hash = "sha256-HbL0CTJFNuNPmFCB04njl0yjo2aN94RcrQvgOrjA+n0="; 24 24 }; 25 25 26 26 nativeBuildInputs = [