Merge pull request #268751 from fabaff/mdformat-frontmatter-bump

python311Packages.mdformat-frontmatter: 2.0.1 -> 2.0.8, python311Packages.mdformat-mkdocs: 1.0.4 -> 1.0.6
This commit is contained in:
Nick Cao
2023-11-20 14:34:58 -05:00
committed by GitHub
2 changed files with 7 additions and 6 deletions
@@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "mdformat-frontmatter";
version = "2.0.1";
format = "pyproject";
version = "2.0.8";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "butler54";
repo = pname;
repo = "mdformat-frontmatter";
rev = "refs/tags/v${version}";
hash = "sha256-PhT5whtvvcYSs5gHQEsIvV1evhx7jR+3DWFMHrF0uMw=";
hash = "sha256-2heQw8LL/ILY36oItBeQq33qjVBGT51qGG4CcCEDutA=";
};
nativeBuildInputs = [
@@ -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 ];
};
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "mdformat-mkdocs";
version = "1.0.4";
version = "1.0.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "KyleKing";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-mGWeG8clWJ7obsvO+gYaVzfAyDOh9HNdyWW5KgOgfmM=";
hash = "sha256-l4B/DR0pKZG62+sBG+fiux/XeF3ewxb2TYa+Zs1O3kU=";
};
nativeBuildInputs = [