ocamlPackages.topkg: 1.0.5 → 1.0.7

This commit is contained in:
Vincent Laporte 2024-03-18 06:11:16 +01:00 committed by Vincent Laporte
parent e4de508b29
commit f3a5ac034a
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ build system is required, the attribute `run` can be used.
let
param =
if lib.versionAtLeast ocaml.version "4.05" then {
version = "1.0.5";
sha256 = "sha256-RSCCYm5lGsSxYzwrSuTK16vrH7ahMEbmmfle7Fi10cc=";
version = "1.0.7";
sha256 = "sha256-X8Iq0/OtbRJ8sSRdGFgIgUeNotbeULIxXm3UWGxSvhk=";
} else if lib.versionAtLeast ocaml.version "4.03" then {
version = "1.0.3";
sha256 = "0b77gsz9bqby8v77kfi4lans47x9p2lmzanzwins5r29maphb8y6";