Unverified Commit 01a84206 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

python312Packages.mdformat-mkdocs: 3.0.1 -> 3.1.1 (#362968)

parents 18143abd 5019f181
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "mdformat-mkdocs";
  version = "3.0.1";
  version = "3.1.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -23,8 +23,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "KyleKing";
    repo = "mdformat-mkdocs";
    rev = "refs/tags/v${version}";
    hash = "sha256-MO/YMvvpsEarc8CjELByHUqR5xFtYqhkKkJrFy0PNvU=";
    tag = "v${version}";
    hash = "sha256-9iU8tKPBpdse0TwIeYSe9slcgOGMcQ735RTLKA1n6Pc=";
  };

  nativeBuildInputs = [ flit-core ];