Skip to content

Commit 92b30a3

Browse files
authored
python312Packages.google-cloud-securitycenter: 1.34.0 -> 1.35.0 (#351380)
2 parents 7c95ef8 + 1868023 commit 92b30a3

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-securitycenter

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-securitycenter/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
buildPythonPackage rec {
1616
pname = "google-cloud-securitycenter";
17-
version = "1.34.0";
17+
version = "1.35.0";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.7";
2121

2222
src = fetchPypi {
2323
pname = "google_cloud_securitycenter";
2424
inherit version;
25-
hash = "sha256-GDvl7W6gFe3c8MHtAOyjzDw/ByNnkxHe2NjgviP10LI=";
25+
hash = "sha256-hTOh2RpiRls+nrcEcOewZ0EvGoljBj5tm3iGLbnP7do=";
2626
};
2727

2828
build-system = [ setuptools ];

0 commit comments

Comments
 (0)