Skip to content

Commit

Permalink
ocamlPackages.ppxlib: 0.32.0 → 0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Apr 30, 2024
1 parent 1f4a36b commit bb184a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/ppxlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if lib.versionAtLeast ocaml.version "4.07"
then if lib.versionAtLeast ocaml.version "4.08"
then if lib.versionAtLeast ocaml.version "4.11"
then "0.32.0" else "0.24.0" else "0.15.0" else "0.13.0"
then "0.32.1" else "0.24.0" else "0.15.0" else "0.13.0"
, ocaml-compiler-libs, ocaml-migrate-parsetree, ppx_derivers, stdio
, stdlib-shims, ocaml-migrate-parsetree-2
}:
Expand Down Expand Up @@ -63,8 +63,8 @@ let param = {
sha256 = "sha256-3UpjvenSm0mBDgTXZTk3yTLxd6lByg4ZgratU6xEIRA=";
min_version = "4.07";
};
"0.32.0" = {
sha256 = "sha256-UHzHPM+JXyLutSV6IkODjBijigkQX8/1Xu75FIVVQis=";
"0.32.1" = {
sha256 = "sha256-nbrYvLHItPPfP1i8pgpe0j2GUx8No0tBlshr1YXAnX8=";
min_version = "4.07";
};
}."${version}"; in
Expand Down

0 comments on commit bb184a6

Please sign in to comment.