Merge pull request #290365 from vbgl/ocaml-core-0.16.2

ocamlPackages.core: 0.16.1 → 0.16.2
This commit is contained in:
Ulrik Strid 2024-02-21 10:39:28 +01:00 committed by GitHub
commit 643acb4173
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];