ocaml-ng.ocamlPackages_4_10.ocaml: 4.10.0+rc2 → 4.10.0

This commit is contained in:
Vincent Laporte
2020-03-03 06:49:08 +01:00
committed by Vincent Laporte
parent bd2c1d72c5
commit 3fe7a65e23
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import ./generic.nix {
major_version = "4";
minor_version = "10";
patch_version = "0+rc2";
sha256 = "1iv8x9xr4k2s1x1p4rj4fqdh2iwzhgi56lyshvh6gg224i14rkbz";
patch_version = "0";
sha256 = "1dzy7lbdapcmwn1wg8k87419khi54f8hb6n314bdv7v0gfqlswrh";
}
+1 -1
View File
@@ -1229,7 +1229,7 @@ in let inherit (pkgs) callPackage; in rec
ocamlPackages_4_10 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.10.nix { });
ocamlPackages_latest = ocamlPackages_4_09;
ocamlPackages_latest = ocamlPackages_4_10;
ocamlPackages = ocamlPackages_4_07;
}