Loading pkgs/development/python-modules/mdformat-frontmatter/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ buildPythonPackage rec { pname = "mdformat-frontmatter"; version = "2.0.8"; format = "pyproject"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "butler54"; repo = pname; repo = "mdformat-frontmatter"; rev = "refs/tags/v${version}"; hash = "sha256-2heQw8LL/ILY36oItBeQq33qjVBGT51qGG4CcCEDutA="; }; Loading @@ -44,6 +44,7 @@ buildPythonPackage rec { meta = with lib; { description = "mdformat plugin to ensure frontmatter is respected"; homepage = "https://github.com/butler54/mdformat-frontmatter"; changelog = "https://github.com/butler54/mdformat-frontmatter/blob/v{version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ aldoborrero polarmutex ]; }; Loading Loading
pkgs/development/python-modules/mdformat-frontmatter/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ buildPythonPackage rec { pname = "mdformat-frontmatter"; version = "2.0.8"; format = "pyproject"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "butler54"; repo = pname; repo = "mdformat-frontmatter"; rev = "refs/tags/v${version}"; hash = "sha256-2heQw8LL/ILY36oItBeQq33qjVBGT51qGG4CcCEDutA="; }; Loading @@ -44,6 +44,7 @@ buildPythonPackage rec { meta = with lib; { description = "mdformat plugin to ensure frontmatter is respected"; homepage = "https://github.com/butler54/mdformat-frontmatter"; changelog = "https://github.com/butler54/mdformat-frontmatter/blob/v{version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ aldoborrero polarmutex ]; }; Loading