6 python3.pkgs.buildPythonApplication rec {
8 version = "unstable-2023-05-18";
11 src = fetchFromGitHub {
14 rev = "bec2f582c286a4e32de4dfc1f241297f60bd8713";
15 hash = "sha256-dLfuQew6cqb32r9AMubuo51A7TeaIafEdZs0OrQF7Gg=";
19 # https://github.com/megadose/holehe/pull/178
20 substituteInPlace setup.py \
21 --replace "bs4" "beautifulsoup4"
24 propagatedBuildInputs = with python3.pkgs; [
36 pythonImportsCheck = [
41 description = "CLI to check if the mail is used on different sites";
42 mainProgram = "holehe";
43 homepage = "https://github.com/megadose/holehe";
44 license = licenses.gpl3Only;
45 maintainers = with maintainers; [ fab ];