python312Packages.mdformat-mkdocs: 2.0.7 -> 2.0.8

This commit is contained in:
R. Ryantm
2024-04-14 02:12:15 +00:00
parent 1b69196959
commit ef92c82420
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "mdformat-mkdocs";
version = "2.0.7";
version = "2.0.8";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "KyleKing";
repo = "mdformat-mkdocs";
rev = "refs/tags/v${version}";
hash = "sha256-8fatoXZTi7yQhbs95AN8japcPfbqcpjsDiLlqsG0QWI=";
hash = "sha256-HBRhmCqi13D+y+Vp2F27twU2eaRmJTcAzGOPCWMDtZU=";
};
nativeBuildInputs = [