Merge pull request #38184 from r-ryantm/auto-update/ocaml4.05.0-containers

ocamlPackages.containers: 1.3 -> 1.4
This commit is contained in:
Matthew Justin Bauer 2018-04-08 21:23:07 -05:00 committed by GitHub
commit 61e6b5cd39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ let
mkpath = p:
"${p}/lib/ocaml/${ocaml.version}/site-lib";
version = "1.3";
version = "1.4";
in
@ -17,7 +17,7 @@ stdenv.mkDerivation {
owner = "c-cube";
repo = "ocaml-containers";
rev = "${version}";
sha256 = "1gjs9d6759zpgp68djv296zwmvhdc6dqfb27aip7dhj6ic2bwgil";
sha256 = "1wbarxphdrxvy7qsdp4p837h1zrv0z83pgs5lbz2h3kdnyvz2f1i";
};
buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit qcheck ];