python310Packages.mkdocs-material: 8.3.6 -> 8.3.7

This commit is contained in:
R. Ryantm 2022-06-23 01:58:49 +00:00 committed by Jonathan Ringer
parent 89e1ee9fb3
commit 7b3018bbe2

View File

@ -13,7 +13,7 @@
buildPythonApplication rec {
pname = "mkdocs-material";
version = "8.3.6";
version = "8.3.7";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonApplication rec {
owner = "squidfunk";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-hPDzA1QybLx47ZEAwKZJRqiI48vF0R4DOR3w7EiCpvU=";
hash = "sha256-LOsgWRjKFZ+ZkJkQzDStNNBUh+AwlI8zZcUBz7L/Ook=";
};
propagatedBuildInputs = [