summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/comparelib
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 20:30:38 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-20 20:30:38 -0700
commit71ebb80f1b6aaf6dc7a454ffc707b0427445f79b (patch)
tree962338db87a5e7a0f88c898e842560613d7c2975 /pkgs/development/ocaml-modules/comparelib
parent47bbd819c78b6966165b5a35050191e5700e8460 (diff)
downloadnixpkgs-71ebb80f1b6aaf6dc7a454ffc707b0427445f79b.tar
nixpkgs-71ebb80f1b6aaf6dc7a454ffc707b0427445f79b.tar.gz
nixpkgs-71ebb80f1b6aaf6dc7a454ffc707b0427445f79b.tar.bz2
nixpkgs-71ebb80f1b6aaf6dc7a454ffc707b0427445f79b.tar.lz
nixpkgs-71ebb80f1b6aaf6dc7a454ffc707b0427445f79b.tar.xz
nixpkgs-71ebb80f1b6aaf6dc7a454ffc707b0427445f79b.tar.zst
nixpkgs-71ebb80f1b6aaf6dc7a454ffc707b0427445f79b.zip
ocamlPackages.comparelib: 109.60.00 -> 113.00.00
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 113.00.00 with grep in /nix/store/gdvngw3bv43p5ms1r0z6mfyz44pds5ck-ocaml-comparelib-113.00.00
- directory tree listing: https://gist.github.com/e2bf9625e7cfaca3ffe5d8077977c36c
Diffstat (limited to 'pkgs/development/ocaml-modules/comparelib')
-rw-r--r--pkgs/development/ocaml-modules/comparelib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/comparelib/default.nix b/pkgs/development/ocaml-modules/comparelib/default.nix
index 95001215814..8192fced97b 100644
--- a/pkgs/development/ocaml-modules/comparelib/default.nix
+++ b/pkgs/development/ocaml-modules/comparelib/default.nix
@@ -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 ];