Commit a55d367d authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.bc-detect-secrets: 1.5.44 -> 1.5.45

parent 7c05be02
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "bc-detect-secrets";
  version = "1.5.44";
  version = "1.5.45";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "bridgecrewio";
    repo = "detect-secrets";
    tag = version;
    hash = "sha256-cEhZo/HfCp6Cpx2zEX7THQQJH264NJvoCRrM+ci3RrE=";
    hash = "sha256-/0VHhKcYcXYXosInjsgBf6eR7kcfLiLSyxFuaIqTbiQ=";
  };

  build-system = [ setuptools ];