Unverified Commit 9807347d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.mdformat-footnote: modernize

Removed restriction on Python version for mdformat-footnote package.
parent 13689642
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
  flit-core,
  mdformat,
  mdit-py-plugins,
  pythonOlder,
}:

buildPythonPackage rec {
@@ -13,8 +12,6 @@ buildPythonPackage rec {
  version = "0.1.2";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "executablebooks";
    repo = "mdformat-footnote";
@@ -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 ];
  };