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

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

authored by Fabian Affolter and committed by GitHub 16b86d88 660c521f

+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.1"; 16 + version = "2.18.2"; 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-MQVV88jLl39KRtRFTsosg/7WoJ88SzW4T2+h+P71UCQ="; 23 + hash = "sha256-oA1iEVpwCD6GsdRMp+vK4EGzakTMYupX3kAFcx+NPIg="; 24 24 }; 25 25 26 26 nativeBuildInputs = [