Unverified Commit 54f58762 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #291434 from r-ryantm/auto-update/python311Packages.google-cloud-securitycenter

python311Packages.google-cloud-securitycenter: 1.26.1 -> 1.27.0
parents 63bcf459 bc616640
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "google-cloud-securitycenter";
  version = "1.26.1";
  version = "1.27.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-oZWY7n/8638/WkIG9s/9LN4NKWSfhnrQp+9Pydq103E=";
    hash = "sha256-ALdAT+C5LBTrSAXk6ko9KidutN5Tub+ufDAxfZsSGtk=";
  };

  nativeBuildInputs = [