7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
13 owner = "anufrievroman";
15 rev = "refs/tags/${version}";
16 hash = "sha256-ufrJbc3WMY88VEsUHlWxQ1m0iupts4zNusvQL8YAqJc=";
19 nativeBuildInputs = with python3.pkgs; [
23 propagatedBuildInputs = with python3.pkgs; [
30 pythonImportsCheck = [
35 description = "Modern TUI calendar and task manager with minimal and customizable UI";
36 mainProgram = "calcure";
37 homepage = "https://github.com/anufrievroman/calcure";
38 changelog = "https://github.com/anufrievroman/calcure/releases/tag/${version}";
39 license = licenses.mit;
40 maintainers = with maintainers; [ dit7ya ];