ocamlPackages.cppo: 1.6.8 -> 1.6.9

https://github.com/ocaml-community/cppo/releases/tag/v1.6.9
This commit is contained in:
Mario Rodas 2022-05-25 04:20:00 +00:00
parent 6df916ac83
commit bc11ff0cbc

View file

@ -21,7 +21,7 @@ if lib.versionAtLeast ocaml.version "4.02" then
buildDunePackage rec {
inherit pname;
version = "1.6.8";
version = "1.6.9";
useDune2 = true;
@ -29,7 +29,7 @@ buildDunePackage rec {
owner = "ocaml-community";
repo = pname;
rev = "v${version}";
sha256 = "sha256:0xjb1dnj8lvdcccskrhrakknd9q4vfy5330sjbqpf4h95dsz90k9";
sha256 = "sha256-NdN2QnVRfRq9hEcSAnO2Wha7icDlf2Zg4JQqoEWmErE=";
};
doCheck = true;