11 buildPythonPackage rec {
16 disabled = pythonOlder "3.9";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-eHVqp6govBV9FvSQyaZuEEImHQRs/mbLaW86RCvtDbM=";
29 propagatedBuildInputs = [
38 pythonImportsCheck = [
43 description = "Greybox and Coverage-based library to fuzz Python applications";
44 homepage = "https://github.com/Rog3rSm1th/frelatage";
45 changelog = "https://github.com/Rog3rSm1th/frelatage/releases/tag/v${version}";
46 license = licenses.mit;
47 maintainers = with maintainers; [ fab ];