Loading pkgs/development/python-modules/mdformat-footnote/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -5,21 +5,18 @@ flit-core, mdformat, mdit-py-plugins, pythonOlder, }: buildPythonPackage rec { pname = "mdformat-footnote"; version = "0.1.1"; version = "0.1.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "executablebooks"; repo = "mdformat-footnote"; tag = "v${version}"; hash = "sha256-DUCBWcmB5i6/HkqxjlU3aTRO7i0n2sj+e/doKB8ffeo="; hash = "sha256-JVxztVcp60LynacPw8tBrmSfe6Ool8zyK+aYwaKhyiA="; }; nativeBuildInputs = [ flit-core ]; Loading @@ -34,6 +31,7 @@ buildPythonPackage rec { meta = with lib; { description = "Footnote format addition for mdformat"; homepage = "https://github.com/executablebooks/mdformat-footnote"; changelog = "https://github.com/executablebooks/mdformat-footnote/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ aldoborrero ]; }; Loading Loading
pkgs/development/python-modules/mdformat-footnote/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -5,21 +5,18 @@ flit-core, mdformat, mdit-py-plugins, pythonOlder, }: buildPythonPackage rec { pname = "mdformat-footnote"; version = "0.1.1"; version = "0.1.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "executablebooks"; repo = "mdformat-footnote"; tag = "v${version}"; hash = "sha256-DUCBWcmB5i6/HkqxjlU3aTRO7i0n2sj+e/doKB8ffeo="; hash = "sha256-JVxztVcp60LynacPw8tBrmSfe6Ool8zyK+aYwaKhyiA="; }; nativeBuildInputs = [ flit-core ]; Loading @@ -34,6 +31,7 @@ buildPythonPackage rec { meta = with lib; { description = "Footnote format addition for mdformat"; homepage = "https://github.com/executablebooks/mdformat-footnote"; changelog = "https://github.com/executablebooks/mdformat-footnote/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ aldoborrero ]; }; Loading