ocamlPackages.core: 0.15.0 → 0.15.1

This commit is contained in:
Vincent Laporte 2022-11-16 05:30:25 +01:00 committed by Vincent Laporte
parent a428c94ab6
commit c3ef258b6f

View file

@ -248,7 +248,8 @@ with self;
core = janePackage {
pname = "core";
hash = "1m2ybvlz9zlb2d0jc0j7wdgd18mx9sh3ds2ylkv0cfjx1pzi0l25";
version = "0.15.1";
hash = "sha256-SHjnNFl+JAjdgVoRgmnz0wqrrc3zoh0ZyG2UhUsUbJ8=";
meta.description = "Industrial strength alternative to OCaml's standard library";
buildInputs = [ jst-config ];
propagatedBuildInputs = [ base base_bigstring base_quickcheck ppx_jane time_now ];