json-schema-for-humans: init at 0.27.0

This commit is contained in:
Astro
2021-01-03 18:31:28 +01:00
parent dfd80244d2
commit 50ca640f44
3 changed files with 47 additions and 0 deletions
+2
View File
@@ -3208,6 +3208,8 @@ in {
json-merge-patch = callPackage ../development/python-modules/json-merge-patch { };
json-schema-for-humans = callPackage ../development/python-modules/json-schema-for-humans { };
jsonnet = buildPythonPackage { inherit (pkgs.jsonnet) name src; };
jsonpatch = callPackage ../development/python-modules/jsonpatch { };