mdformat: 0.7.18 -> 0.7.19

Changelog: https://github.com/executablebooks/mdformat/blob/0.7.19/docs/users/changelog.md
This commit is contained in:
Fabian Affolter
2024-11-30 13:42:53 +01:00
parent 7a6eb7e69d
commit 8b3d16a807
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "mdformat";
version = "0.7.18";
version = "0.7.19";
pyproject = true;
disabled = pythonOlder "3.8";