python310Packages.mkdocs-material: 8.3.1 -> 8.3.2

This commit is contained in:
R. Ryantm 2022-06-06 01:34:24 +00:00
parent 950a860155
commit 1d5ccbc42d

View file

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