python3Packages.google-cloud-websecurityscanner: 1.18.0 -> 1.19.0

This commit is contained in:
R. Ryantm
2026-01-19 18:32:50 +00:00
parent 2e606f2c97
commit 25142b14dc
@@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "google-cloud-websecurityscanner";
version = "1.18.0";
version = "1.19.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_websecurityscanner";
inherit version;
hash = "sha256-JjW9Rifp3BZIjAzs94trQj1RJAHLzll+tDksV/e1rag=";
hash = "sha256-ZNPoAbzhytetU1XauosOQ4jpjJd+AkEZC70gPfnZ6OY=";
};
build-system = [ setuptools ];