ocamlPackages.opam-file-format: 2.1.3 -> 2.1.4

https://github.com/ocaml/opam-file-format/releases/tag/2.1.4
This commit is contained in:
Mario Rodas 2022-05-25 04:20:00 +00:00 committed by Vincent Laporte
parent 7758705cfd
commit 3d6cf755ba

View file

@ -2,13 +2,13 @@
buildDunePackage rec { buildDunePackage rec {
pname = "opam-file-format"; pname = "opam-file-format";
version = "2.1.3"; version = "2.1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ocaml"; owner = "ocaml";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1fxhppdmrysr2nb5z3c448h17np48f3ga9jih33acj78r4rdblcs"; sha256 = "sha256-wnAnvLNOc9FRBdLIFR08OKVaIjSEqJrcCIn4hmtYtjY=";
}; };
useDune2 = true; useDune2 = true;
@ -18,5 +18,6 @@ buildDunePackage rec {
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ vbgl ]; maintainers = with maintainers; [ vbgl ];
homepage = "https://github.com/ocaml/opam-file-format/"; homepage = "https://github.com/ocaml/opam-file-format/";
changelog = "https://github.com/ocaml/opam-file-format/raw/${version}/CHANGES";
}; };
} }