python311Packages.mdformat-mkdocs: 2.0.11 -> 2.1.0

This commit is contained in:
R. Ryantm 2024-06-06 10:34:13 +00:00
parent 844ccd07fb
commit acf3038897

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "mdformat-mkdocs";
version = "2.0.11";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "KyleKing";
repo = "mdformat-mkdocs";
rev = "refs/tags/v${version}";
hash = "sha256-wx95Lsqgi7fM/1s6fSHxXOs396mIR9S9yCRebC2VFpI=";
hash = "sha256-vJdkPNUW7d+H6hEgsAV7L0dV09+mq0Nvzih8aKoU8F8=";
};
nativeBuildInputs = [ flit-core ];