4 , buildPythonApplication
8 buildPythonApplication rec {
9 pname = "beancount-ing-diba";
12 src = fetchFromGitHub {
13 owner = "siddhantgoel";
14 repo = "beancount-ing-diba";
16 sha256 = "sha256-1cdXqdeTz38n0g13EXJ1/IF/gJJCe1uL/Z5NJz4DL+E=";
26 homepage = "https://github.com/siddhantgoel/beancount-ing-diba";
27 description = "Beancount Importers for ING-DiBa (Germany) CSV Exports";
28 license = licenses.mit;
29 maintainers = with maintainers; [ matthiasbeyer ];