Merge pull request #226077 from fabaff/google-cloud-securitycenter-bump

python310Packages.google-cloud-securitycenter: 1.19.1 -> 1.20.0
This commit is contained in:
Fabian Affolter 2023-04-14 08:14:03 +02:00 committed by GitHub
commit 552489182a
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.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 = [