From c4c53595c4cebd22cb64d00fdf188e652f94bbfb Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 16 Nov 2022 05:30:15 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.sexplib:=200.15.0=20=E2=86=92=200?= =?UTF-8?q?.15.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/janestreet/0.15.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/janestreet/0.15.nix b/pkgs/development/ocaml-modules/janestreet/0.15.nix index 19d0219e384d..ae7589bebfb2 100644 --- a/pkgs/development/ocaml-modules/janestreet/0.15.nix +++ b/pkgs/development/ocaml-modules/janestreet/0.15.nix @@ -922,7 +922,8 @@ with self; sexplib = janePackage { pname = "sexplib"; - hash = "05h34fm3p0179xivc14bixc50pzc8zws46l5gsq310kpm37srq3c"; + version = "0.15.1"; + hash = "sha256-LkGNnp717LMHeWe1Ka6qUZcpw8fKSsd5MusaLgFjm70="; minimumOCamlVersion = "4.04.2"; meta.description = "Library for serializing OCaml values to and from S-expressions"; propagatedBuildInputs = [ num parsexp ];