about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet/0.14.nix
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2021-08-30 16:08:03 +0200
committerGitHub <noreply@github.com>2021-08-30 16:08:03 +0200
commite2575c7de1a3b01a9745a62b26b41f7480a77e39 (patch)
tree28a360cf65c52f6f1cdf6d1c3d615f8906d3f607 /pkgs/development/ocaml-modules/janestreet/0.14.nix
parentdbad333a723f118641f6c55305b5b54027cfa571 (diff)
parentd874a520155a73111f227744672254de0624aae5 (diff)
downloadnixlib-e2575c7de1a3b01a9745a62b26b41f7480a77e39.tar
nixlib-e2575c7de1a3b01a9745a62b26b41f7480a77e39.tar.gz
nixlib-e2575c7de1a3b01a9745a62b26b41f7480a77e39.tar.bz2
nixlib-e2575c7de1a3b01a9745a62b26b41f7480a77e39.tar.lz
nixlib-e2575c7de1a3b01a9745a62b26b41f7480a77e39.tar.xz
nixlib-e2575c7de1a3b01a9745a62b26b41f7480a77e39.tar.zst
nixlib-e2575c7de1a3b01a9745a62b26b41f7480a77e39.zip
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet/0.14.nix')
-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 e348c5d9325a..5717dd07b423 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 ];