ocamlPackages.stdio: 0.9.0 -> 0.9.1

This commit is contained in:
Vincent Laporte 2017-11-04 17:50:58 +00:00
parent 6f686c47ff
commit 9e0159c04c
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -56,7 +56,8 @@ rec {
stdio = janePackage { stdio = janePackage {
name = "stdio"; name = "stdio";
hash = "1c08jg930j7yxn0sjvlm3fs2fvwaf15sn9513yf1rb7y1lxrgwc4"; version = "0.9.1";
hash = "13rj3ii0rvmklfim9ild0ib44ssdadig7a9ccjbz22m0pw84a1sx";
propagatedBuildInputs = [ base ]; propagatedBuildInputs = [ base ];
meta.description = "Standard IO library for OCaml"; meta.description = "Standard IO library for OCaml";
}; };