From d18faf4b8fd0822e8d1367a1eeaefb6e0061a76f Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 21 Nov 2024 16:57:34 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.typerep:=200.17.0=20=E2=86=92=200?= =?UTF-8?q?.17.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/janestreet/0.17.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/janestreet/0.17.nix b/pkgs/development/ocaml-modules/janestreet/0.17.nix index d000b57b0e22..067d923e0550 100644 --- a/pkgs/development/ocaml-modules/janestreet/0.17.nix +++ b/pkgs/development/ocaml-modules/janestreet/0.17.nix @@ -1869,7 +1869,8 @@ with self; typerep = janePackage { pname = "typerep"; - hash = "sha256-0KwJdWtibgjxghFmOYKyPrcOAfoLpxYGBZm2KpH8tgA="; + version = "0.17.1"; + hash = "sha256-hw03erwLx9IAbkBibyhZxofA5jIi12rFJOHNEVYpLSk="; meta.description = "Typerep is a library for runtime types"; propagatedBuildInputs = [ base ]; };