camlp5: 6.12 -> 6.14
This commit is contained in:
parent
9a1245280d
commit
399a9da2ae
@ -7,11 +7,11 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
||||||
name = "camlp5${if transitional then "_transitional" else ""}-6.12";
|
name = "camlp5${if transitional then "_transitional" else ""}-6.14";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://camlp5.gforge.inria.fr/distrib/src/camlp5-6.12.tgz;
|
url = http://camlp5.gforge.inria.fr/distrib/src/camlp5-6.14.tgz;
|
||||||
sha256 = "00jwgp6w4g64lfqjx77xziy532091fy00c42fsy0b4i892rch5mp";
|
sha256 = "1ql04iyvclpyy9805kpddc4ndjb5d0qg4shhi2fc6bixi49fvy89";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml ];
|
buildInputs = [ ocaml ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user