python311Packages.mdformat-mkdocs: 2.0.8 -> 2.0.9

This commit is contained in:
R. Ryantm 2024-04-23 11:50:20 +00:00
parent 72bc2ea5d1
commit b2b4e0739c
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "mdformat-mkdocs";
version = "2.0.8";
version = "2.0.9";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "KyleKing";
repo = "mdformat-mkdocs";
rev = "refs/tags/v${version}";
hash = "sha256-HBRhmCqi13D+y+Vp2F27twU2eaRmJTcAzGOPCWMDtZU=";
hash = "sha256-50LHGQSR6foL3SqOK/pGQqOcuUgOE9bI1rt/RoIrVsA=";
};
nativeBuildInputs = [