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