8 buildPythonPackage rec {
13 src = fetchFromGitHub {
14 owner = "danthedeckie";
16 rev = "refs/tags/${version}";
17 hash = "sha256-I1GILYPE6OyotgRe0Ek/iHHv6q9/b/MlcTxMAtfZD80=";
32 pythonImportsCheck = [
37 description = "Simple, safe single expression evaluator library";
38 homepage = "https://github.com/danthedeckie/simpleeval";
39 changelog = "https://github.com/danthedeckie/simpleeval/releases/tag/${version}";
40 license = licenses.mit;
41 maintainers = with maintainers; [ johbo ];