Commit 7f620f40 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.bc-detect-secrets: 1.4.26 -> 1.4.27

parent f431ee4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "bc-detect-secrets";
  version = "1.4.26";
  version = "1.4.27";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "bridgecrewio";
    repo = "detect-secrets";
    rev = "refs/tags/${version}";
    hash = "sha256-rkyeG0xZZVO7SkfFyxq07c373YElblIUqJpwWc1nF58=";
    hash = "sha256-iQNMU77nTv6KY9LJb1fiBUVs5LkpX732UpJAYdUWNyc=";
  };

  propagatedBuildInputs = [