ocamlPackages.ocp-indent: 1.8.2 -> 1.9.0 (#447817)

This commit is contained in:
Vincent Laporte
2025-10-02 02:48:43 +00:00
committed by GitHub
@@ -7,19 +7,17 @@
}:
buildDunePackage rec {
version = "1.8.2";
version = "1.9.0";
pname = "ocp-indent";
duneVersion = "3";
src = fetchFromGitHub {
owner = "OCamlPro";
repo = "ocp-indent";
rev = version;
sha256 = "sha256-IyvURw/6R0eKrnahV1fqLV0iIeypykrmxDbliECgbLc=";
tag = version;
hash = "sha256-71dbZ8c842MYZfHad6RT0E48JlgzJSHnQgLVA5dGLv8=";
};
minimalOCamlVersion = "4.03";
minimalOCamlVersion = "4.08";
buildInputs = [ cmdliner ];
propagatedBuildInputs = [ findlib ];