python312Packages.mdformat-mkdocs: 4.1.1 -> 4.1.2 (#401342)

This commit is contained in:
Nick Cao
2025-04-24 16:53:22 -04:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "mdformat-mkdocs";
version = "4.1.1";
version = "4.1.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "KyleKing";
repo = "mdformat-mkdocs";
tag = "v${version}";
hash = "sha256-KH0edaqH5STRYtcSqbR0uTdlZVKuHRS7AUgd25fjvEE=";
hash = "sha256-+2w7UrOPSCUDc6jnLAW0/njq+aJ4y+H8n7gshxLj8/Q=";
};
nativeBuildInputs = [ flit-core ];