10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-tyvHWBhanR7YH87MDWdXUsDEzZG6MgnbshezAbxWO+I=";
24 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Static-analyzer and linter for the Cairo programming language";
39 homepage = "https://github.com/crytic/amarna";
40 license = licenses.agpl3Only;
41 maintainers = with maintainers; [ raitobezarius ];