ocamlPackages.camlp5: 7.01 -> 7.02

This commit is contained in:
Vincent Laporte 2017-10-10 04:36:42 +00:00 committed by vbgl
parent 26891c576c
commit 182b357c9d

View File

@ -6,11 +6,11 @@ in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "camlp5${if transitional then "_transitional" else ""}-7.01"; name = "camlp5${if transitional then "_transitional" else ""}-7.02";
src = fetchzip { src = fetchzip {
url = https://github.com/camlp5/camlp5/archive/rel701.tar.gz; url = https://github.com/camlp5/camlp5/archive/rel702.tar.gz;
sha256 = "1gxhj7y30f1hbcqnqgg80wz0ymbslsfh09kl2kiackp49fywl606"; sha256 = "1m2d55zrgllidhgslvzgmr27f56qzdahz2sv56bvjs3bg7grmhnc";
}; };
buildInputs = [ ocaml ]; buildInputs = [ ocaml ];