We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c95ef8 + 1868023 commit 92b30a3Copy full SHA for 92b30a3
pkgs/development/python-modules/google-cloud-securitycenter/default.nix
@@ -14,15 +14,15 @@
14
15
buildPythonPackage rec {
16
pname = "google-cloud-securitycenter";
17
- version = "1.34.0";
+ version = "1.35.0";
18
pyproject = true;
19
20
disabled = pythonOlder "3.7";
21
22
src = fetchPypi {
23
pname = "google_cloud_securitycenter";
24
inherit version;
25
- hash = "sha256-GDvl7W6gFe3c8MHtAOyjzDw/ByNnkxHe2NjgviP10LI=";
+ hash = "sha256-hTOh2RpiRls+nrcEcOewZ0EvGoljBj5tm3iGLbnP7do=";
26
};
27
28
build-system = [ setuptools ];
0 commit comments