about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-08-23 20:21:51 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-08-23 20:22:00 +0000
commit6e200f264444a7d9c23ce06d8ce2eb4043ba9c68 (patch)
treea097001bd6d8e9329fc4999dcfb5033737ff281e /pkgs/development/ocaml-modules/janestreet
parentcf7df9230be3f971d68685c2d5768896037b7633 (diff)
downloadnixlib-6e200f264444a7d9c23ce06d8ce2eb4043ba9c68.tar
nixlib-6e200f264444a7d9c23ce06d8ce2eb4043ba9c68.tar.gz
nixlib-6e200f264444a7d9c23ce06d8ce2eb4043ba9c68.tar.bz2
nixlib-6e200f264444a7d9c23ce06d8ce2eb4043ba9c68.tar.lz
nixlib-6e200f264444a7d9c23ce06d8ce2eb4043ba9c68.tar.xz
nixlib-6e200f264444a7d9c23ce06d8ce2eb4043ba9c68.tar.zst
nixlib-6e200f264444a7d9c23ce06d8ce2eb4043ba9c68.zip
ocamlPackages.core: 0.9.0 -> 0.9.1
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/default.nix b/pkgs/development/ocaml-modules/janestreet/default.nix
index 07422f8cc80d..e2958bce0e7c 100644
--- a/pkgs/development/ocaml-modules/janestreet/default.nix
+++ b/pkgs/development/ocaml-modules/janestreet/default.nix
@@ -316,7 +316,8 @@ rec {
 
   core = janePackage {
     name = "core";
-    hash = "0x05ky8l75k2dnpsa02vmqcr7p7q0vvc6279psq3iybrwcvab9yi";
+    version = "0.9.1";
+    hash = "1643r0namsgj8xwfr9niimcdwyyq4ddiwd02d73ipb4a8710aqi8";
     propagatedBuildInputs = [ core_kernel spawn ];
     meta.description = "Jane Street's standard library overlay";
   };