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

python310Packages.google-cloud-securitycenter: 1.20.0 -> 1.21.0
This commit is contained in:
Fabian Affolter 2023-04-21 07:26:44 +02:00 committed by GitHub
commit 58473be22e
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.20.0";
version = "1.21.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-r6HulAsKLJvL6jS/cKiMgdbYHeiChje4a7PCz6qA2yM=";
hash = "sha256-zk5yZYevzpWmTOAAJgdNx9lnoTxjaq5XFJ+2hDQOBuc=";
};
propagatedBuildInputs = [