Merge pull request #297624 from r-ryantm/auto-update/python312Packages.mkdocs-material

python312Packages.mkdocs-material: 9.5.13 -> 9.5.14
This commit is contained in:
Nick Cao 2024-03-22 10:41:10 -04:00 committed by GitHub
commit 73d88be114
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "mkdocs-material";
version = "9.5.13";
version = "9.5.14";
pyproject = true;
disabled = pythonOlder "3.7";
@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "squidfunk";
repo = "mkdocs-material";
rev = "refs/tags/${version}";
hash = "sha256-SFLCNFJNlyJ09d4VsWsxdw7Ctyv1pFHXdqPgBflH294=";
hash = "sha256-VqfjqsTEi5C33MSb83ku37i0hgDyujrdaZbeqpMOvko=";
};
nativeBuildInputs = [