python3Packages.google-cloud-securitycenter: 1.39.0 -> 1.40.0 (#446717)

This commit is contained in:
Fabian Affolter
2025-09-27 18:55:09 +00:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "google-cloud-securitycenter";
version = "1.39.0";
version = "1.40.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_securitycenter";
inherit version;
hash = "sha256-F3yEa7DTppVr2X9ufWVOQ/kkeytGKZmeOY661gUlzP8=";
hash = "sha256-IhiLtqPEyeIkt7DaXgTW+fyOsYBO+qrz+Noxs8ntFOo=";
};
build-system = [ setuptools ];