about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-12-07 07:42:55 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2023-12-14 06:56:28 +0100
commit309e6be7d43d4a8477bab57eb6d206fe29dcde7a (patch)
tree00b846a9eb3a2b63791203dbc9c065030005384a /pkgs/development/ocaml-modules
parent66ca9c90e28640bb5740a1d6f3a578880b3b6a14 (diff)
downloadnixlib-309e6be7d43d4a8477bab57eb6d206fe29dcde7a.tar
nixlib-309e6be7d43d4a8477bab57eb6d206fe29dcde7a.tar.gz
nixlib-309e6be7d43d4a8477bab57eb6d206fe29dcde7a.tar.bz2
nixlib-309e6be7d43d4a8477bab57eb6d206fe29dcde7a.tar.lz
nixlib-309e6be7d43d4a8477bab57eb6d206fe29dcde7a.tar.xz
nixlib-309e6be7d43d4a8477bab57eb6d206fe29dcde7a.tar.zst
nixlib-309e6be7d43d4a8477bab57eb6d206fe29dcde7a.zip
ocamlPackages.lambda-term: 3.3.1 → 3.3.2
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/lambda-term/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/lambda-term/default.nix b/pkgs/development/ocaml-modules/lambda-term/default.nix
index a2294822a0ca..2846ff128451 100644
--- a/pkgs/development/ocaml-modules/lambda-term/default.nix
+++ b/pkgs/development/ocaml-modules/lambda-term/default.nix
@@ -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";