Unverified Commit 3b604e23 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.mkdocs-material: 9.5.38 -> 9.5.39 (#346907)

parents 8a080945 e570954a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@

buildPythonPackage rec {
  pname = "mkdocs-material";
  version = "9.5.38";
  version = "9.5.39";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
    owner = "squidfunk";
    repo = "mkdocs-material";
    rev = "refs/tags/${version}";
    hash = "sha256-HKIKGxuq6kwQi0ECD2jSmgiU5cJC9vTAUtIVC3BboZY=";
    hash = "sha256-ArCd7NbqvPw3kHJd4MG62FplgXwW1gFTfdCHZqfxuqU=";
  };

  nativeBuildInputs = [