python310Packages.google-cloud-securitycenter: 1.11.1 -> 1.12.0

This commit is contained in:
R. Ryantm 2022-07-19 20:44:27 +00:00
parent 6f884c2f43
commit 53ad5051fa

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-securitycenter";
version = "1.11.1";
version = "1.12.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-XvjxdrGgdXaJqbArwdEWT31one+I43cpZ97PciM8yIA=";
hash = "sha256-Tz8TFt1EwmEuQr2IPzTgz+PIkGJqJwXwfCndl/5DIbA=";
};
propagatedBuildInputs = [