ocamlPackages.core: 0.16.1 → 0.16.2

This commit is contained in:
Vincent Laporte 2024-02-21 07:21:31 +01:00
parent 79597053be
commit bde5f2f4f2
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -283,8 +283,8 @@ with self;
core = janePackage {
pname = "core";
version = "0.16.1";
hash = "sha256-cKJi67VLIsbLEgIZyFiVz00z/QEvJhNBb8+M+bR4iHU=";
version = "0.16.2";
hash = "sha256-cyOU++XJJkU2YMHfn8saFOxLoQSFhF7kARJi/9unbFQ=";
meta.description = "Industrial strength alternative to OCaml's standard library";
buildInputs = [ jst-config ];
propagatedBuildInputs = [ base base_bigstring base_quickcheck ppx_jane time_now ];