summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 21:15:26 -0700
committerRobin Gloster <mail@glob.in>2018-03-30 22:23:56 +0200
commite2aa6728c9111134f4cdfdc025d4eeb2c494fa4b (patch)
tree3575565900f08b4ff820745fca0bbb427b25a1c2 /pkgs/development/ocaml-modules
parenta7e7a1448a2c6631d6f00bb70d0dc37628cf6e14 (diff)
downloadnixlib-e2aa6728c9111134f4cdfdc025d4eeb2c494fa4b.tar
nixlib-e2aa6728c9111134f4cdfdc025d4eeb2c494fa4b.tar.gz
nixlib-e2aa6728c9111134f4cdfdc025d4eeb2c494fa4b.tar.bz2
nixlib-e2aa6728c9111134f4cdfdc025d4eeb2c494fa4b.tar.lz
nixlib-e2aa6728c9111134f4cdfdc025d4eeb2c494fa4b.tar.xz
nixlib-e2aa6728c9111134f4cdfdc025d4eeb2c494fa4b.tar.zst
nixlib-e2aa6728c9111134f4cdfdc025d4eeb2c494fa4b.zip
ocamlPackages.pa_ounit: 112.24.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/rpbwnyaisfm27cf36hb7scsa833r1lkb-ocaml-pa_ounit-113.00.00
- directory tree listing: https://gist.github.com/7284ca806fd00f73984a14b088879e92
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/pa_ounit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/pa_ounit/default.nix b/pkgs/development/ocaml-modules/pa_ounit/default.nix
index 5970aba1e502..fa4ecfcc28b2 100644
--- a/pkgs/development/ocaml-modules/pa_ounit/default.nix
+++ b/pkgs/development/ocaml-modules/pa_ounit/default.nix
@@ -2,11 +2,11 @@
 
 buildOcaml rec {
   name = "pa_ounit";
-  version = "112.24.00";
+  version = "113.00.00";
 
   src = fetchurl {
     url = "https://github.com/janestreet/pa_ounit/archive/${version}.tar.gz";
-    sha256 = "fa04e72fe1db41e6dc64f9707cf5705cb9b957aa93265120c875c808eb9b9b96";
+    sha256 = "0vi0p2hxcrdsl0319c9s8mh9hmk2i4ir6c6vrj8axkc37zkgc437";
   };
 
   propagatedBuildInputs = [ ounit ];