ocamlPackages.base: 0.11.0 -> 0.11.1

This commit is contained in:
Vincent Laporte 2018-07-15 14:29:58 +00:00 committed by Vincent Laporte
parent 13c693ed95
commit 5a2ee49f3c

View file

@ -33,8 +33,9 @@ rec {
}; };
base = janePackage { base = janePackage {
version = "0.11.1";
name = "base"; name = "base";
hash = "0ad5xcyds2lwy9dk7gqwygxk5y769ckrgrjcykdalwdh8qfbi6nf"; hash = "0j6xb4265jr41vw4fjzak6yr8s30qrnzapnc6rl1dxy8bjai0nir";
propagatedBuildInputs = [ sexplib0 ]; propagatedBuildInputs = [ sexplib0 ];
meta.description = "Full standard library replacement for OCaml"; meta.description = "Full standard library replacement for OCaml";
}; };