python311Packages.google-cloud-securitycenter: 1.31.0 -> 1.32.0

This commit is contained in:
R. Ryantm 2024-06-28 10:35:50 +00:00
parent 71874ef16a
commit 99896ca57f

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-securitycenter";
version = "1.31.0";
version = "1.32.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1BbYIjVlAEz3cnPx3tzQ5z8z415X3TZJjUsr5aXcs4w=";
hash = "sha256-EQ3KkE+5mxaFrJ6+zfGFQKI013dY4TyrxxzvDE/KuME=";
};
build-system = [ setuptools ];