Skip to content

Commit

Permalink
python312Packages.google-cloud-securitycenter: 1.34.0 -> 1.35.0 (#351380
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fabaff authored Oct 26, 2024
2 parents 7c95ef8 + 1868023 commit 92b30a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

buildPythonPackage rec {
pname = "google-cloud-securitycenter";
version = "1.34.0";
version = "1.35.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_securitycenter";
inherit version;
hash = "sha256-GDvl7W6gFe3c8MHtAOyjzDw/ByNnkxHe2NjgviP10LI=";
hash = "sha256-hTOh2RpiRls+nrcEcOewZ0EvGoljBj5tm3iGLbnP7do=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 92b30a3

Please sign in to comment.