ocamlPackages.ocaml-migrate-parsetree-2: 2.3.0 -> 2.4.0 (#178244)

https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/tag/2.4.0
This commit is contained in:
Mario Rodas 2022-06-20 10:50:40 -05:00 committed by GitHub
parent 810f9640da
commit 9a0b7eddfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,13 @@
buildDunePackage rec {
pname = "ocaml-migrate-parsetree";
version = "2.3.0";
useDune2 = true;
version = "2.4.0";
minimalOCamlVersion = "4.02";
src = fetchurl {
url = "https://github.com/ocaml-ppx/${pname}/releases/download/v${version}/${pname}-${version}.tbz";
sha256 = "sha256:02mzh1rcvc2xpq4iz01z7kvzsgxns3774ggxi96f147i8yr2d08h";
url = "https://github.com/ocaml-ppx/${pname}/releases/download/${version}/${pname}-${version}.tbz";
sha256 = "sha256-7EnEUtwzemIFVqtoK/AZi/UBglULUC2PsjClkSYKpqQ=";
};
meta = {