python310Packages.mkdocs-material: 8.2.16 -> 8.3.0

This commit is contained in:
R. Ryantm 2022-06-03 05:28:37 +00:00
parent c5516d1d00
commit f2b9dde860

View file

@ -13,7 +13,7 @@
buildPythonApplication rec {
pname = "mkdocs-material";
version = "8.2.16";
version = "8.3.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -22,7 +22,7 @@ buildPythonApplication rec {
owner = "squidfunk";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ZRk1PGLUg3StD7JhuI+3hRc4lWwEO3CrMUfLSqFVgVk=";
hash = "sha256-0N/IZ5fSK7xefwkROoG/udP3qTGJSQKbe+wcRiU752M=";
};
propagatedBuildInputs = [