Unverified Commit c9cfaf86 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.mdformat-mkdocs: 5.1.4 -> 5.2.0b0 (#500326)

parents d884b419 4695e0ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage (finalAttrs: {
  pname = "mdformat-mkdocs";
  version = "5.1.4";
  version = "5.2.0b0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "KyleKing";
    repo = "mdformat-mkdocs";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Li+nXYs+JZHgV/RBMpxJGP1P7sXp9E7xqSvjHZRlev4=";
    hash = "sha256-d91XskyUFi7e/soC2fYN6FJUzOP8bZ+ZguLNNAxJC9c=";
  };

  postPatch = ''