summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-11-04 17:50:58 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-11-04 18:50:23 +0000
commit9e0159c04cd38d07fb8c976d868fa0b8efb8ab59 (patch)
tree01bc0c42a581141c7d3aff263d15562ef8916670 /pkgs/development/ocaml-modules
parent6f686c47ffd9fbe5f79b1bcd73128652a61d2527 (diff)
downloadnixlib-9e0159c04cd38d07fb8c976d868fa0b8efb8ab59.tar
nixlib-9e0159c04cd38d07fb8c976d868fa0b8efb8ab59.tar.gz
nixlib-9e0159c04cd38d07fb8c976d868fa0b8efb8ab59.tar.bz2
nixlib-9e0159c04cd38d07fb8c976d868fa0b8efb8ab59.tar.lz
nixlib-9e0159c04cd38d07fb8c976d868fa0b8efb8ab59.tar.xz
nixlib-9e0159c04cd38d07fb8c976d868fa0b8efb8ab59.tar.zst
nixlib-9e0159c04cd38d07fb8c976d868fa0b8efb8ab59.zip
ocamlPackages.stdio: 0.9.0 -> 0.9.1
Diffstat (limited to 'pkgs/development/ocaml-modules')
-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 580ebdc04909..938a84454be1 100644
--- a/pkgs/development/ocaml-modules/janestreet/default.nix
+++ b/pkgs/development/ocaml-modules/janestreet/default.nix
@@ -56,7 +56,8 @@ rec {
 
   stdio = janePackage {
     name = "stdio";
-    hash = "1c08jg930j7yxn0sjvlm3fs2fvwaf15sn9513yf1rb7y1lxrgwc4";
+    version = "0.9.1";
+    hash = "13rj3ii0rvmklfim9ild0ib44ssdadig7a9ccjbz22m0pw84a1sx";
     propagatedBuildInputs = [ base ];
     meta.description = "Standard IO library for OCaml";
   };