From 3300636ab312ef7b939bd3b5647ad01a001d4466 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 28 May 2026 08:32:01 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.odoc:=203.1.0=20=E2=86=92=203.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/odoc-parser/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/odoc-parser/default.nix b/pkgs/development/ocaml-modules/odoc-parser/default.nix index 1e23649ac3b2..cac3a548369f 100644 --- a/pkgs/development/ocaml-modules/odoc-parser/default.nix +++ b/pkgs/development/ocaml-modules/odoc-parser/default.nix @@ -6,12 +6,15 @@ astring, result, camlp-streams, - version ? if lib.versionAtLeast ocaml.version "4.08" then "3.1.0" else "2.4.4", + version ? "3.2.1", }: let param = { + "3.2.1" = { + sha256 = "sha256-1F6xJVFIOf2awncCu0k40bTztpeOmxarlnPqBnJFr/w="; + }; "3.1.0" = { sha256 = "sha256-NVs8//STSQPLrti1HONeMz6GCZMtIwKUIAqfLUL/qRQ="; };