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

This commit is contained in:
R. Ryantm 2024-04-07 12:11:08 +00:00
parent f6eb921406
commit 317125a2e9
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 = [