python310Packages.google-cloud-securitycenter: 1.15.0 -> 1.16.0

This commit is contained in:
R. Ryantm 2022-09-17 02:43:52 +00:00
parent d9a1414346
commit c59a5f451c

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-securitycenter";
version = "1.15.0";
version = "1.16.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-rWV7lY0CHrVJFOA/Yix/o3OE++wKSK5EEXOV6o5lwIo=";
hash = "sha256-LuC8zMJP4SF/pOUSmA0TV/U/12bo9Wg+UYxdpHaGFfM=";
};
propagatedBuildInputs = [