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

This commit is contained in:
R. Ryantm 2024-04-18 03:57:25 +00:00
parent 3f1bb546b5
commit e25bf1fb93
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-securitycenter";
version = "1.30.1";
version = "1.31.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-99yI4stPZ0FSOgypdOoUJn85JmzRS+VUHNAh4Chak74=";
hash = "sha256-1BbYIjVlAEz3cnPx3tzQ5z8z415X3TZJjUsr5aXcs4w=";
};
build-system = [ setuptools ];