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

python311Packages.google-cloud-websecurityscanner: 1.14.1 -> 1.14.2
This commit is contained in:
Nick Cao 2024-02-23 10:30:12 -05:00 committed by GitHub
commit e94a0f9195
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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