summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-04-09 22:37:45 +0900
committerGitHub <noreply@github.com>2024-04-09 22:37:45 +0900
commitffe84f8ec76b483d0a38a802c5d29ec6de9d72ff (patch)
treeda4a2956000838e7e251326e112c09ff9fcf9749
parent972cb613fbba7cdf8a2ec64451f897dcb380b185 (diff)
parent3614a1b2455a55b177e00e7b711babd703f751b3 (diff)
Merge pull request #302787 from fabaff/google-cloud-securitycenter-bump
python312Packages.google-cloud-securitycenter: 1.30.0 -> 1.30.1
-rw-r--r--pkgs/development/python-modules/google-cloud-securitycenter/default.nix31
1 files changed, 15 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/google-cloud-securitycenter/default.nix b/pkgs/development/python-modules/google-cloud-securitycenter/default.nix
index 83c296a5294b..afceccaf270f 100644
--- a/pkgs/development/python-modules/google-cloud-securitycenter/default.nix
+++ b/pkgs/development/python-modules/google-cloud-securitycenter/default.nix
@@ -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