ocamlPackages.gmap: use Dune 3

This commit is contained in:
Vincent Laporte 2023-04-10 14:14:45 +02:00
parent bed82a9b50
commit ca7d2614d7
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -4,14 +4,14 @@ buildDunePackage rec {
pname = "gmap";
version = "0.3.0";
useDune2 = true;
duneVersion = "3";
src = fetchurl {
url = "https://github.com/hannesm/gmap/releases/download/${version}/gmap-${version}.tbz";
sha256 = "073wa0lrb0jj706j87cwzf1a8d1ff14100mnrjs8z3xc4ri9xp84";
};
minimumOCamlVersion = "4.03";
minimalOCamlVersion = "4.03";
checkInputs = [ alcotest fmt ];