Merge pull request #304971 from r-ryantm/auto-update/python311Packages.google-cloud-securitycenter

python311Packages.google-cloud-securitycenter: 1.30.1 -> 1.31.0
This commit is contained in:
Fabian Affolter 2024-04-18 09:37:28 +02:00 committed by GitHub
commit fd1b1ce725
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];