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

Changelog: https://github.com/googleapis/google-cloud-python/tree/google-cloud-websecurityscanner-v1.14.3/packages/google-cloud-websecurityscanner
This commit is contained in:
Fabian Affolter 2024-03-10 10:34:45 +01:00
parent a78f1b4cd2
commit 643155089d

View file

@ -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 = [