Merge pull request #37525 from ryantm/auto-update/ocaml-comparelib

ocamlPackages.comparelib: 109.60.00 -> 113.00.00
This commit is contained in:
Matthew Justin Bauer 2018-04-08 23:06:07 -05:00 committed by GitHub
commit 843cdc92e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildOcaml rec {
name = "comparelib";
version = "109.60.00";
version = "113.00.00";
minimumSupportedOcamlVersion = "4.00";
src = fetchurl {
url = "https://github.com/janestreet/comparelib/archive/${version}.tar.gz";
sha256 = "1075fb05e0d1e290f71ad0f6163f32b2cb4cebdc77568491c7eb38ba91f5db7e";
sha256 = "02l343drgi4200flfx73nzdk61zajwidsqjk9n80b2d37lvhazlf";
};
propagatedBuildInputs = [ type_conv ];