python3Packages.mkdocs-material: 8.4.3 -> 8.5.11

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:25 +01:00
parent 3b8c42c9b0
commit 7504ff4f4e

View file

@ -2,6 +2,9 @@
, callPackage
, buildPythonPackage
, fetchFromGitHub
, hatch-requirements-txt
, hatch-nodejs-version
, hatchling
, jinja2
, markdown
, mkdocs
@ -9,12 +12,13 @@
, pygments
, pymdown-extensions
, pythonOlder
, requests
}:
buildPythonPackage rec {
pname = "mkdocs-material";
version = "8.4.3";
format = "setuptools";
version = "8.5.11";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,9 +26,15 @@ buildPythonPackage rec {
owner = "squidfunk";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ntArFD/wnoFC2vMS9WjiFP5/I1XklgSPGKGxFXxdNxs=";
hash = "sha256-jF5lpRv2itkhkqH7RzUXEH5e0Bia3SnTApfoy61RfJA=";
};
nativeBuildInputs = [
hatch-requirements-txt
hatch-nodejs-version
hatchling
];
propagatedBuildInputs = [
jinja2
markdown
@ -32,6 +42,7 @@ buildPythonPackage rec {
mkdocs-material-extensions
pygments
pymdown-extensions
requests
];
# No tests for python