ocamlPackages.linenoise: 1.3.1 → 1.4.0

This commit is contained in:
Vincent Laporte 2022-11-14 17:03:41 +01:00 committed by Vincent Laporte
parent 821e146f51
commit 3f1058adb1

View file

@ -2,17 +2,15 @@
buildDunePackage rec { buildDunePackage rec {
pname = "linenoise"; pname = "linenoise";
version = "1.3.1"; version = "1.4.0";
useDune2 = true; minimalOCamlVersion = "4.03";
minimumOCamlVersion = "4.02";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fxfactorial"; owner = "fxfactorial";
repo = "ocaml-${pname}"; repo = "ocaml-${pname}";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-5DlF56reh52Tvbi3wGK8ZrPBAYK0ZTBV3jz8qUsyKGk="; sha256 = "sha256-bIpZ9TO4/j24nQw5nsW7fUF7af5lhd/EmwhQRd0NYb4=";
}; };
propagatedBuildInputs = [ result ]; propagatedBuildInputs = [ result ];