ocamlPackages.caqti-*: 1.3.0 -> 1.5.1

This commit is contained in:
Ulrik Strid 2021-04-29 11:48:14 +02:00 committed by Vincent Laporte
parent 69c572332b
commit 4d79ce4091

View file

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "caqti";
version = "1.3.0";
version = "1.5.1";
useDune2 = true;
minimumOCamlVersion = "4.04";
@ -11,7 +11,7 @@ buildDunePackage rec {
owner = "paurkedal";
repo = "ocaml-${pname}";
rev = "v${version}";
sha256 = "1ksjchfjnh059wvd95my1sv9b0ild0dfaiynbf2xsaz7zg1y4xmw";
sha256 = "1vl61kdyj89whc3mh4k9bis6rbj9x2scf6hnv9afyalp4j65sqx1";
};
buildInputs = [ cppo ];