python312Packages.google-cloud-websecurityscanner: 1.14.5 -> 1.15.0 (#351293)

This commit is contained in:
Fabian Affolter 2024-10-26 08:42:33 +02:00 committed by GitHub
commit 7c4f236d9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "google-cloud-websecurityscanner";
version = "1.14.5";
version = "1.15.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_websecurityscanner";
inherit version;
hash = "sha256-H2yBAljtBaJ23+Y0AAi9wu5mC6sohvuJSOTNqtvGAjs=";
hash = "sha256-6D3OcAe5KUqExfvJHL7LJv8rPn4XUyyqhoB+fJXVwCo=";
};
build-system = [ setuptools ];