Unverified Commit 3ab19918 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.google-cloud-securitycenter: 1.33.0 -> 1.34.0 (#339489)

parents dbfc5cc7 35d60ea6
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -14,14 +14,15 @@

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

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-/BsKTEMKyj+dTRIutNMu3JP/DHgHBNgvJvp+ehb58nk=";
    pname = "google_cloud_securitycenter";
    inherit version;
    hash = "sha256-GDvl7W6gFe3c8MHtAOyjzDw/ByNnkxHe2NjgviP10LI=";
  };

  build-system = [ setuptools ];