summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-10-28 11:28:08 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2022-11-06 10:37:05 +0100
commit5e50487731a164712a0bc1524ca13764e195216c (patch)
treee6979c557d98ebccdeda1923ab76015eced1d54d
parent8102e1547d1511df14875f987f3158f9f074e161 (diff)
ocamlPackages.sexplib0: 0.15.0 → 0.15.1
-rw-r--r--pkgs/development/ocaml-modules/janestreet/0.15.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/0.15.nix b/pkgs/development/ocaml-modules/janestreet/0.15.nix
index 1ef9f72bb746..522d08c1b190 100644
--- a/pkgs/development/ocaml-modules/janestreet/0.15.nix
+++ b/pkgs/development/ocaml-modules/janestreet/0.15.nix
@@ -912,7 +912,8 @@ with self;
sexplib0 = janePackage {
pname = "sexplib0";
- hash = "0jag0bz2173b0n7hx013fhghydhh92arqjlrcnf5x025bw8nz66v";
+ version = "0.15.1";
+ hash = "sha256-6K0yrCbVFcUalN4cQuDI1TvWvNDjfXXRDhJKUskbqRY=";
minimumOCamlVersion = "4.04.2";
meta.description = "Library containing the definition of S-expressions and some base converters";
};