python3Packages.mkdocs-material: 9.6.22 -> 9.6.23
Diff: https://github.com/squidfunk/mkdocs-material/compare/refs/tags/9.6.22...refs/tags/9.6.23 Changelog: https://github.com/squidfunk/mkdocs-material/blob/9.6.23/CHANGELOG
This commit is contained in:
@@ -28,14 +28,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mkdocs-material";
|
||||
version = "9.6.22";
|
||||
version = "9.6.23";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "squidfunk";
|
||||
repo = "mkdocs-material";
|
||||
tag = version;
|
||||
hash = "sha256-64+9cIxMA0Kloe0XEycWxjz+ghkcWYc6DZ+LuJN/5Tc=";
|
||||
hash = "sha256-k9xoysCbmWqdu1hNUTbWbTvPCuo8gcyvXEDecHiOpEw=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user