Unverified Commit dd081b24 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #327115 from fabaff/bc-detect-secrets-bump

python312Packages.bc-detect-secrets: 1.5.12 -> 1.5.15
parents 6ba518e9 269c681f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "bc-detect-secrets";
  version = "1.5.12";
  version = "1.5.15";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "bridgecrewio";
    repo = "detect-secrets";
    rev = "refs/tags/${version}";
    hash = "sha256-njTVA1H0QM0PHIHe/Vc4IJtbgTyWdytqPv0RRnTY6cw=";
    hash = "sha256-D4TJnaxaCCJWgDPbGvbxkW6yg/Ph1jaIT9QBjxFcxAw=";
  };

  build-system = [ setuptools ];
+0 −3
Original line number Diff line number Diff line
@@ -47,9 +47,6 @@ python3.pkgs.buildPythonApplication rec {
    setuptools-scm
  ];

  nativeBuildInputs = with python3.pkgs; [
  ];

  dependencies = with python3.pkgs; [
    aiodns
    aiohttp