lol

ocamlPackages.sedlex: 3.1 -> 3.2

https://github.com/ocaml-community/sedlex/releases/tag/v3.2

authored by

Nathan Ringo and committed by
Vincent Laporte
2f8b76be 8bf802dc

+3 -6
+3 -6
pkgs/development/ocaml-modules/sedlex/default.nix
··· 11 11 12 12 let param = 13 13 if lib.versionAtLeast ppxlib.version "0.26.0" then 14 - if lib.versionAtLeast ocaml.version "4.14" then { 15 - version = "3.1"; 16 - sha256 = "sha256-qG8Wxd/ATwoogeKJDyt5gkGhP5Wvc0j0mMqcoVDkeq4="; 17 - } else { 18 - version = "3.0"; 19 - sha256 = "sha256-+4ggynMznVfjviMBjXil8CXdMByq4kSmDz6P2PyEETA="; 14 + { 15 + version = "3.2"; 16 + sha256 = "sha256-5Vf1LRhSotNpTPzHmRgCMRYtrpgaspLlyzv1XdGt+u8="; 20 17 } 21 18 else { 22 19 version = "2.5";