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

Changelog: https://github.com/googleapis/google-cloud-python/tree/google-cloud-websecurityscanner-v1.14.2/packages/google-cloud-websecurityscanner
This commit is contained in:
Fabian Affolter 2024-02-23 11:45:26 +01:00
parent fafc0e9227
commit 569040a9b8

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-websecurityscanner";
version = "1.14.1";
version = "1.14.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+RupyR6W5fYR1n28anASGIXI6J53CU4WG1QC+HIZi/Y=";
hash = "sha256-loiKMV7guByukm9XBohVbCDsV607i8PXiQaJ8GZS6Go=";
};
nativeBuildInputs = [