Unverified Commit 11054378 authored by Paul Haerle's avatar Paul Haerle Committed by GitHub
Browse files

mkdocs-awesome-pages-plugin: 2.9.2 -> 2.9.3 (#330113)

fixes #329191
parent 07bbb497
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
}:
buildPythonPackage rec {
  pname = "mkdocs-awesome-pages-plugin";
  version = "2.9.2";
  version = "2.9.3";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "lukasgeiter";
    repo = "mkdocs-awesome-pages-plugin";
    rev = "refs/tags/v${version}";
    hash = "sha256-pYyZ84eNrslxgLSBr3teQqmV7hA+LHwJ+Z99QgPdh6U=";
    hash = "sha256-jDPoMAJ20n9bQu11CRNvKLQthRUh3+jR6t+fM3+vGzY=";
  };

  propagatedBuildInputs = [
@@ -41,11 +41,6 @@ buildPythonPackage rec {
    importlib-metadata
  ];

  disabledTestPaths = [
    # requires "generatedfiles" mkdocs plugin
    "mkdocs_awesome_pages_plugin/tests/e2e/test_gen_files.py"
  ];

  meta = with lib; {
    description = "An MkDocs plugin that simplifies configuring page titles and their order";
    homepage = "https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin";