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

Changed files
+2 -2
pkgs
development
ocaml-modules
pa_ounit
+2 -2
pkgs/development/ocaml-modules/pa_ounit/default.nix
···
buildOcaml rec {
name = "pa_ounit";
-
version = "112.24.00";
src = fetchurl {
url = "https://github.com/janestreet/pa_ounit/archive/${version}.tar.gz";
-
sha256 = "fa04e72fe1db41e6dc64f9707cf5705cb9b957aa93265120c875c808eb9b9b96";
};
propagatedBuildInputs = [ ounit ];
···
buildOcaml rec {
name = "pa_ounit";
+
version = "113.00.00";
src = fetchurl {
url = "https://github.com/janestreet/pa_ounit/archive/${version}.tar.gz";
+
sha256 = "0vi0p2hxcrdsl0319c9s8mh9hmk2i4ir6c6vrj8axkc37zkgc437";
};
propagatedBuildInputs = [ ounit ];