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

This commit is contained in:
R. Ryantm
2024-03-09 16:45:56 +00:00
parent 775b2f0fa6
commit 33df4307c0
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-websecurityscanner";
version = "1.14.2";
version = "1.14.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-loiKMV7guByukm9XBohVbCDsV607i8PXiQaJ8GZS6Go=";
hash = "sha256-Wp88cJqlAaAkaemHzkgKuhU4v4dFpgn5Sf+uqGKTeWQ=";
};
nativeBuildInputs = [