Unverified Commit 9dfbbae9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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 
parents d69a387b a1e8af43
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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 ];
  };
+2 −2
Original line number Diff line number Diff line
@@ -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 = [