Commit a4752fe9 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.mdformat-frontmatter: 2.0.1 -> 2.0.8

parent 90e8ab38
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "mdformat-frontmatter";
  version = "2.0.1";
  version = "2.0.8";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "butler54";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-PhT5whtvvcYSs5gHQEsIvV1evhx7jR+3DWFMHrF0uMw=";
    hash = "sha256-2heQw8LL/ILY36oItBeQq33qjVBGT51qGG4CcCEDutA=";
  };

  nativeBuildInputs = [