Merge pull request #219051 from r-ryantm/auto-update/python310Packages.google-cloud-securitycenter

python310Packages.google-cloud-securitycenter: 1.18.2 -> 1.19.0
This commit is contained in:
Fabian Affolter 2023-03-01 23:45:49 +01:00 committed by GitHub
commit 35daab76a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-securitycenter";
version = "1.18.2";
version = "1.19.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-O1jSSozVmeDRoTCtRhsBDlZ/o8g/8ccGkJCg6hp7ob8=";
hash = "sha256-97KZK9O/+Ul2hnXh1s2HeoQQd4CFcQjJ9HC6fP2ZEgc=";
};
propagatedBuildInputs = [