summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-08-29 16:04:47 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-08-30 13:17:00 +0200
commitbf6c90bd91545013f2fc7128de83fb22a98305b7 (patch)
treeac25e6916a7b1df9628f4e22f6e1b97f624f1911 /pkgs/development/ocaml-modules/janestreet
parentbc9e07ba1007b03d15427bac5275bea5b32f10ca (diff)
downloadnixpkgs-bf6c90bd91545013f2fc7128de83fb22a98305b7.tar
nixpkgs-bf6c90bd91545013f2fc7128de83fb22a98305b7.tar.gz
nixpkgs-bf6c90bd91545013f2fc7128de83fb22a98305b7.tar.bz2
nixpkgs-bf6c90bd91545013f2fc7128de83fb22a98305b7.tar.lz
nixpkgs-bf6c90bd91545013f2fc7128de83fb22a98305b7.tar.xz
nixpkgs-bf6c90bd91545013f2fc7128de83fb22a98305b7.tar.zst
nixpkgs-bf6c90bd91545013f2fc7128de83fb22a98305b7.zip
ocamlPackages.ppx_optcomp: 0.14.1 → 0.14.3
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/0.14.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/0.14.nix b/pkgs/development/ocaml-modules/janestreet/0.14.nix
index e348c5d9325..5717dd07b42 100644
--- a/pkgs/development/ocaml-modules/janestreet/0.14.nix
+++ b/pkgs/development/ocaml-modules/janestreet/0.14.nix
@@ -545,8 +545,8 @@ with self;
 
   ppx_optcomp = janePackage {
     pname = "ppx_optcomp";
-    version = "0.14.1";
-    hash = "0j5smqa0hig1yn8wfrb4mv0y59kkwsalmqkm5asbd7kcc6589ap4";
+    version = "0.14.3";
+    hash = "1iflgfzs23asw3k6098v84al5zqx59rx2qjw0mhvk56avlx71pkw";
     minimumOCamlVersion = "4.04.2";
     meta.description = "Optional compilation for OCaml";
     propagatedBuildInputs = [ ppxlib ];