ocamlPackages.lambda-term: 3.3.1 → 3.3.2

This commit is contained in:
Vincent Laporte 2023-12-07 07:42:55 +01:00 committed by Vincent Laporte
parent 66ca9c90e2
commit 309e6be7d4

View File

@ -2,8 +2,8 @@
let params =
if lib.versionAtLeast ocaml.version "4.08" then {
version = "3.3.1";
sha256 = "sha256-C124bhdrY+XzL93zzNEbCr+U+7CYBZDm0hlAw+iqat4=";
version = "3.3.2";
sha256 = "sha256-T2DDpHqLar1sgmju0PLvhAZef5VzOpPWcFVhuZlPQmM=";
} else {
version = "3.1.0";
sha256 = "1k0ykiz0vhpyyj9fkss29ajas4fh1xh449j702xkvayqipzj1mkg";