python312Packages.google-cloud-securitycenter: 1.30.0 -> 1.30.1

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-securitycenter-v1.30.1/packages/google-cloud-securitycenter/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-04-09 10:13:11 +02:00
parent 34cb5b90f1
commit 5d62d3e358
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@
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 = [