Merge pull request #302787 from fabaff/google-cloud-securitycenter-bump

python312Packages.google-cloud-securitycenter: 1.30.0 -> 1.30.1
This commit is contained in:
OTABI Tomoya 2024-04-09 22:37:45 +09:00 committed by GitHub
commit ffe84f8ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 16 deletions

View File

@ -1,31 +1,30 @@
{ lib
, buildPythonPackage
, fetchPypi
, google-api-core
, grpc-google-iam-v1
, proto-plus
, protobuf
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
{
lib,
buildPythonPackage,
fetchPypi,
google-api-core,
grpc-google-iam-v1,
proto-plus,
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "google-cloud-securitycenter";
version = "1.30.0";
version = "1.30.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Tq+Uicfk1SqvisYEdBfREngICvWP8NyFJy4hJp9qD8Y=";
hash = "sha256-99yI4stPZ0FSOgypdOoUJn85JmzRS+VUHNAh4Chak74=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
grpc-google-iam-v1