ocamlPackages.sedlex: 3.1 -> 3.2

https://github.com/ocaml-community/sedlex/releases/tag/v3.2
This commit is contained in:
Nathan Ringo 2023-06-29 15:04:35 -05:00 committed by Vincent Laporte
parent 8bf802dcf0
commit 2f8b76be56

View File

@ -11,12 +11,9 @@
let param =
if lib.versionAtLeast ppxlib.version "0.26.0" then
if lib.versionAtLeast ocaml.version "4.14" then {
version = "3.1";
sha256 = "sha256-qG8Wxd/ATwoogeKJDyt5gkGhP5Wvc0j0mMqcoVDkeq4=";
} else {
version = "3.0";
sha256 = "sha256-+4ggynMznVfjviMBjXil8CXdMByq4kSmDz6P2PyEETA=";
{
version = "3.2";
sha256 = "sha256-5Vf1LRhSotNpTPzHmRgCMRYtrpgaspLlyzv1XdGt+u8=";
}
else {
version = "2.5";