ocamlPackages.base: 0.9.3 -> 0.9.4

This commit is contained in:
Vincent Laporte 2017-11-04 17:12:57 +00:00
parent 8ea1b79003
commit a8c4829f7c
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -22,8 +22,8 @@ rec {
base = janePackage { base = janePackage {
name = "base"; name = "base";
version = "0.9.3"; version = "0.9.4";
hash = "14v3zsr7za9h1gkxdmkk1yagnrfjk3y9snraywv9hsqbhv39ajvv"; hash = "0x85xi66b4zwlbdwmyc99zcmawgpp75gxqbl55rr67awavw162rw";
propagatedBuildInputs = [ sexplib ]; propagatedBuildInputs = [ sexplib ];
meta.description = "Full standard library replacement for OCaml"; meta.description = "Full standard library replacement for OCaml";
}; };