ocamlPackages.linenoise: 1.3.0 -> 1.3.1

This commit is contained in:
Ulrik Strid 2022-03-24 15:34:27 +01:00 committed by Vincent Laporte
parent d49fb30770
commit b37e4c01b1

View file

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "linenoise";
version = "1.3.0";
version = "1.3.1";
useDune2 = true;
@ -12,7 +12,7 @@ buildDunePackage rec {
owner = "fxfactorial";
repo = "ocaml-${pname}";
rev = "v${version}";
sha256 = "0m9mm1arsawi5w5aqm57z41sy1wfxvhfgbdiw7hzy631i391144g";
sha256 = "sha256-5DlF56reh52Tvbi3wGK8ZrPBAYK0ZTBV3jz8qUsyKGk=";
};
propagatedBuildInputs = [ result ];