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

python310Packages.google-cloud-securitycenter: 1.16.0 -> 1.16.1
This commit is contained in:
Stanisław Pitucha 2022-10-06 11:35:17 +11:00 committed by GitHub
commit 7002a54979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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