python3.pkgs.mistune: write derivation for mistune=2.0.0a4

This version is required for md2gemini program and is incompatible with
mistune=0.8.4
This commit is contained in:
Dmitry Bogatov
2021-04-08 11:32:22 +02:00
committed by Sandro Jäckel
parent 22fcc95daa
commit b233405aac
3 changed files with 30 additions and 20 deletions
+5 -1
View File
@@ -4020,7 +4020,11 @@ in {
mistletoe = callPackage ../development/python-modules/mistletoe { };
mistune = callPackage ../development/python-modules/mistune { };
inherit (import ../development/python-modules/mistune self)
mistune
mistune_0_8
mistune_2_0
;
mitmproxy = callPackage ../development/python-modules/mitmproxy { };