python312Packages.mkdocs-material: 9.5.15 -> 9.5.17

This commit is contained in:
R. Ryantm 2024-04-03 08:32:11 +00:00
parent 0d4d195459
commit 6c3622f6c9
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "mkdocs-material";
version = "9.5.15";
version = "9.5.17";
pyproject = true;
disabled = pythonOlder "3.7";
@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "squidfunk";
repo = "mkdocs-material";
rev = "refs/tags/${version}";
hash = "sha256-u5XRLAh1X/Y6p6HcKMeCEeDe98tCieGdF9oxqh69ris=";
hash = "sha256-r+w3Nf7mAfWiDUeOelO+ykizeqxRiKWBnbUjakXov3U=";
};
nativeBuildInputs = [