about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-08-30 20:37:22 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-09-06 08:24:07 +0200
commitcdbc8c9fb1aeb198e20a63782c0e8b40155afce8 (patch)
tree18a7fa08068e9004d301978955888e10a8903285 /pkgs/development/ocaml-modules
parent9fcf2a8a2cb0f5b78edc8ec7ca877240e7fe3009 (diff)
downloadnixlib-cdbc8c9fb1aeb198e20a63782c0e8b40155afce8.tar
nixlib-cdbc8c9fb1aeb198e20a63782c0e8b40155afce8.tar.gz
nixlib-cdbc8c9fb1aeb198e20a63782c0e8b40155afce8.tar.bz2
nixlib-cdbc8c9fb1aeb198e20a63782c0e8b40155afce8.tar.lz
nixlib-cdbc8c9fb1aeb198e20a63782c0e8b40155afce8.tar.xz
nixlib-cdbc8c9fb1aeb198e20a63782c0e8b40155afce8.tar.zst
nixlib-cdbc8c9fb1aeb198e20a63782c0e8b40155afce8.zip
ocamlPackages.parsexp: 0.14.0 → 0.14.1
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/0.14.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/0.14.nix b/pkgs/development/ocaml-modules/janestreet/0.14.nix
index 5717dd07b423..23f2cb5cd651 100644
--- a/pkgs/development/ocaml-modules/janestreet/0.14.nix
+++ b/pkgs/development/ocaml-modules/janestreet/0.14.nix
@@ -351,7 +351,8 @@ with self;
 
   parsexp = janePackage {
     pname = "parsexp";
-    hash = "0rvbrf8ggh2imsbhqi15jzyyqbi3m5hzvy2iy2r4skx6m102mzpd";
+    version = "0.14.1";
+    hash = "1nr0ncb8l2mkk8pqzknr7fsqw5kpz8y102kyv5bc0x7c36v0d4zy";
     minimumOCamlVersion = "4.04.2";
     meta.description = "S-expression parsing library";
     propagatedBuildInputs = [ base sexplib0 ];