python310Packages.mkdocs-material: 8.3.0 -> 8.3.1

This commit is contained in:
R. Ryantm 2022-06-05 02:30:44 +00:00
parent 8a970d86ee
commit b1a7f0abcd

View File

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