Commit 9a21177e authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.bc-detect-secrets: 1.5.5 -> 1.5.6

parent 274dc1ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "bc-detect-secrets";
  version = "1.5.5";
  version = "1.5.6";
  pyproject = true;

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

  build-system = [