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

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

python310Packages.google-cloud-securitycenter: 1.19.1 -> 1.20.0
parents 02071dc1 ca1400fd
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.19.1";
  version = "1.20.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-xI9CFp3esSxOsOsO5mVWUkMROpuX2QjzKVhKCBUpDhc=";
    hash = "sha256-r6HulAsKLJvL6jS/cKiMgdbYHeiChje4a7PCz6qA2yM=";
  };

  propagatedBuildInputs = [