python3Packages.mdformat-mkdocs: 4.3.0 -> 4.4.1 (#437422)

This commit is contained in:
Nick Cao
2025-08-27 16:16:00 -04:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "mdformat-mkdocs";
version = "4.3.0";
version = "4.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "KyleKing";
repo = "mdformat-mkdocs";
tag = "v${version}";
hash = "sha256-SZcXYSmGvhXNP4keQPfnhVg9icHJnH2IfTXaKaJ+qLU=";
hash = "sha256-J1gLi85tEFJcWupV2FzunJhROFdU3G12hRHxbLSX0kc=";
};
nativeBuildInputs = [ flit-core ];