Merge pull request #317709 from r-ryantm/auto-update/python311Packages.mdformat-mkdocs

python311Packages.mdformat-mkdocs: 2.0.11 -> 2.1.0
This commit is contained in:
Nick Cao 2024-06-06 13:39:16 -04:00 committed by GitHub
commit a326c6a54e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];