python3Packages.commentjson: init at 0.9.0

(cherry picked from commit b36764fcbe644bf1aedd3857db0e940d2a8503e5)
This commit is contained in:
Sandro Jäckel
2021-09-18 03:51:40 +02:00
committed by Martin Weinelt
parent dba5c42f73
commit 231881e440
2 changed files with 36 additions and 0 deletions
+2
View File
@@ -1523,6 +1523,8 @@ in {
commandparse = callPackage ../development/python-modules/commandparse { };
commentjson = callPackage ../development/python-modules/commentjson { };
commoncode = callPackage ../development/python-modules/commoncode { };
CommonMark = callPackage ../development/python-modules/commonmark { };