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 {
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 ];