Merge pull request #244446 from vbgl/ocaml-bisect_ppx-2.8.3

ocamlPackages.bisect_ppx: 2.8.2 → 2.8.3
This commit is contained in:
Ulrik Strid 2023-07-20 19:28:52 +02:00 committed by GitHub
commit 14cc255189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,27 +2,16 @@
buildDunePackage rec {
pname = "bisect_ppx";
version = "2.8.2";
version = "2.8.3";
src = fetchFromGitHub {
owner = "aantron";
repo = "bisect_ppx";
rev = version;
hash = "sha256-Uc5ZYL6tORcCCvCe9UmOnBF68FqWpQ4bc48fTQwnfis=";
hash = "sha256-3qXobZLPivFDtls/3WNqDuAgWgO+tslJV47kjQPoi6o=";
};
patches = [
# Ppxlib >= 0.28.0 compatibility
# remove when a new version is released
(fetchpatch {
name = "${pname}-${version}-ppxlib-0.28-compatibility.patch";
url = "https://github.com/anmonteiro/bisect_ppx/commit/cc442a08e3a2e0e18deb48f3a696076ac0986728.patch";
sha256 = "sha256-pPHhmtd81eWhQd4X0gfZNPYT75+EkurwivP7acfJbNc=";
})
];
minimalOCamlVersion = "4.11";
duneVersion = "3";
buildInputs = [
cmdliner