summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 22:01:13 -0700
committerRobin Gloster <mail@glob.in>2018-03-30 22:22:20 +0200
commita7e7a1448a2c6631d6f00bb70d0dc37628cf6e14 (patch)
tree550c41dda835b46249341e37b129e6160eb76502
parent854e0691074067a0991ff7f147ad4a28409dbf4b (diff)
downloadnixlib-a7e7a1448a2c6631d6f00bb70d0dc37628cf6e14.tar
nixlib-a7e7a1448a2c6631d6f00bb70d0dc37628cf6e14.tar.gz
nixlib-a7e7a1448a2c6631d6f00bb70d0dc37628cf6e14.tar.bz2
nixlib-a7e7a1448a2c6631d6f00bb70d0dc37628cf6e14.tar.lz
nixlib-a7e7a1448a2c6631d6f00bb70d0dc37628cf6e14.tar.xz
nixlib-a7e7a1448a2c6631d6f00bb70d0dc37628cf6e14.tar.zst
nixlib-a7e7a1448a2c6631d6f00bb70d0dc37628cf6e14.zip
ocamlPackages.type_conv: 112.01.01 -> 113.00.02
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.02 with grep in /nix/store/ph9bs0vwwgpm1gcypd37ia7h3iybrzlf-ocaml-type_conv-113.00.02
- directory tree listing: https://gist.github.com/e0e5582781203fe8077a8ede54af0ef6
-rw-r--r--pkgs/development/ocaml-modules/type_conv/112.01.01.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/type_conv/112.01.01.nix b/pkgs/development/ocaml-modules/type_conv/112.01.01.nix
index f10884d72035..c50d08dd1448 100644
--- a/pkgs/development/ocaml-modules/type_conv/112.01.01.nix
+++ b/pkgs/development/ocaml-modules/type_conv/112.01.01.nix
@@ -4,11 +4,11 @@ buildOcaml rec {
   minimumSupportedOcamlVersion = "4.02";
 
   name = "type_conv";
-  version = "112.01.01";
+  version = "113.00.02";
 
   src = fetchurl {
     url = "https://github.com/janestreet/type_conv/archive/${version}.tar.gz";
-    sha256 = "dbbc33b7ab420e8442d79ba4308ea6c0c16903b310d33525be18841159aa8855";
+    sha256 = "1718yl2q8zandrs4xqffkfmssfld1iz62dzcqdm925735c1x01fk";
   };
 
   meta = {