18 buildPythonPackage rec {
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 hash = "sha256-xlA/yryUXZCU56gJ0y7M9JHgWkvXiB09ywyf0sP1o+4=";
34 propagatedBuildInputs = [
52 # Currently most tests have performance issues
54 "coconut/tests/constants_test.py"
57 pythonImportsCheck = [
62 description = "Simple, elegant, Pythonic functional programming";
63 homepage = "http://coconut-lang.org/";
64 changelog = "https://github.com/evhub/coconut/releases/tag/v${version}";
65 license = licenses.asl20;
66 maintainers = with maintainers; [ fabianhjr ];