6 with python3.pkgs; buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/${version}";
15 hash = "sha256-bPCNQqiG50vWVFA6J2kyxftwsXunHTNBdSkoIRYkb0s=";
23 pythonImportsCheck = [
28 homepage = "https://github.com/iluxonchik/rfc-bibtex/";
29 description = "Generate Bibtex entries for IETF RFCs and Internet-Drafts";
30 license = licenses.mit;
31 maintainers = with maintainers; [ teto ];