ocamlPackages.base: 0.15.0 → 0.15.1

This commit is contained in:
Vincent Laporte 2022-10-28 20:54:00 +02:00 committed by Vincent Laporte
parent fff7f37433
commit 51e1e1ea47

View File

@ -165,7 +165,8 @@ with self;
base = janePackage {
pname = "base";
hash = "1qyycqqr4dijvxm4hhy79c964wd91kpsfvb89kna1qwgllg0hrpj";
version = "0.15.1";
hash = "sha256-CDKQVF+hAvJTo5QmRvyOfQNrdRgz6m+64q9UzNHlJEA=";
minimumOCamlVersion = "4.10";
meta.description = "Full standard library replacement for OCaml";
buildInputs = [ dune-configurator ];