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

python311Packages.google-cloud-securitycenter: 1.25.0 -> 1.26.0
This commit is contained in:
Fabian Affolter 2024-02-06 12:32:33 +01:00 committed by GitHub
commit 919cb864b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,20 +8,25 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "google-cloud-securitycenter";
version = "1.25.0";
format = "setuptools";
version = "1.26.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-SofrNcO5Rir8iQfwjADlUJnGmf1y1xkBG8r6gBVxva4=";
hash = "sha256-wZKuMeXio7CINEm752+2QYd8TONejQ7RNi4ij0LtFVY=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
grpc-google-iam-v1
google-api-core