Unverified Commit 79f391f7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python313Packages.bc-detect-secrets: 1.5.39 -> 1.5.40 (#397364)

parents e7bf0811 a0f31ce2
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.39";
  version = "1.5.40";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "bridgecrewio";
    repo = "detect-secrets";
    tag = version;
    hash = "sha256-KxvqxN4X7gbohWS7oBQkqEF9lFGdbnKAkcWnrUAV9DM=";
    hash = "sha256-qvQqcRD4L+due3Rbxp1H+83obg85rNxYPwy/g8zvW38=";
  };

  build-system = [ setuptools ];