From 5e50487731a164712a0bc1524ca13764e195216c Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 28 Oct 2022 11:28:08 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.sexplib0:=200.15.0=20=E2=86=92=20?= =?UTF-8?q?0.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 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"; };