python310Packages.google-cloud-securitycenter: 1.19.1 -> 1.20.0

Changelog: https://github.com/googleapis/python-securitycenter/blob/v1.20.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-04-13 22:47:35 +02:00
parent b21862f9f8
commit ca1400fd93

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-securitycenter";
version = "1.19.1";
version = "1.20.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-xI9CFp3esSxOsOsO5mVWUkMROpuX2QjzKVhKCBUpDhc=";
hash = "sha256-r6HulAsKLJvL6jS/cKiMgdbYHeiChje4a7PCz6qA2yM=";
};
propagatedBuildInputs = [