Unverified Commit 6cc45831 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #247190 from fabaff/google-cloud-securitycenter-bump

python311Packages.google-cloud-securitycenter: 1.23.1 -> 1.23.2
parents 98d6f1c0 afa51689
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "google-cloud-securitycenter";
  version = "1.23.1";
  version = "1.23.2";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-GlFoeifExNS7pd+vDnYWsGWPNDkQ4SmnFFnTnsjTN6Q=";
    hash = "sha256-3QdHomKKN8bSUtyFCZJliw/FxNixVj9pdkzMwJWT880=";
  };

  propagatedBuildInputs = [