ocaml: default to version 4.07

patdiff: 0.11.0 → 0.12.0
This commit is contained in:
Vincent Laporte
2019-10-11 07:58:42 +02:00
committed by Vincent Laporte
parent deefc177d3
commit c82c6d3a12
3 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ with ocamlPackages;
janePackage {
pname = "patdiff";
hash = "02cdn5j5brbp4n2rpxprzxfakjbl7n2llixg7m632bih3ppmfcq1";
buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre ];
hash = "04krzn6rj2r81z55pms5ayk6bxhlxrm006cbhy0m6rc69a0h00lh";
buildInputs = [ core_extended expect_test_helpers patience_diff ocaml_pcre shell ];
meta = {
description = "File Diff using the Patience Diff algorithm";
};