ocamlPackages.camlp5: 7.02 -> 7.03

This commit is contained in:
Vincent Laporte 2017-10-30 01:08:20 +00:00
parent c556c72a2e
commit dd0cdc2fb4
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

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