Merge pull request #294685 from fabaff/google-cloud-websecurityscanner-bump

python311Packages.google-cloud-websecurityscanner: 1.14.2 -> 1.14.3

authored by Fabian Affolter and committed by GitHub d3552821 00e92425

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-websecurityscanner/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "google-cloud-websecurityscanner"; 16 - version = "1.14.2"; 16 + version = "1.14.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-loiKMV7guByukm9XBohVbCDsV607i8PXiQaJ8GZS6Go="; 23 + hash = "sha256-Wp88cJqlAaAkaemHzkgKuhU4v4dFpgn5Sf+uqGKTeWQ="; 24 24 }; 25 25 26 26 nativeBuildInputs = [