python3Packages.mdformat-mkdocs: 4.3.0 -> 4.4.1

This commit is contained in:
R. Ryantm
2025-08-27 06:56:17 +00:00
parent 6024b4aa94
commit ed5ecacb51

View File

@@ -19,7 +19,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "mdformat-mkdocs"; pname = "mdformat-mkdocs";
version = "4.3.0"; version = "4.4.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "KyleKing"; owner = "KyleKing";
repo = "mdformat-mkdocs"; repo = "mdformat-mkdocs";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-SZcXYSmGvhXNP4keQPfnhVg9icHJnH2IfTXaKaJ+qLU="; hash = "sha256-J1gLi85tEFJcWupV2FzunJhROFdU3G12hRHxbLSX0kc=";
}; };
nativeBuildInputs = [ flit-core ]; nativeBuildInputs = [ flit-core ];