Merge pull request #163233 from r-ryantm/auto-update/python3.10-google-cloud-securitycenter

python310Packages.google-cloud-securitycenter: 1.9.0 -> 1.10.0
This commit is contained in:
Fabian Affolter 2022-03-08 10:58:42 +01:00 committed by GitHub
commit 513c27a75e
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.9.0";
version = "1.10.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-qtaZs6mgcYeEEdf6KGQNx7c+RP8SqSNyTCZuhTVAq38=";
hash = "sha256-VaU6DRkq1pOESSOSynRRjaljp68C1X2H8anjHeHorbI=";
};
propagatedBuildInputs = [