ocamlPackages.odoc: 2.2.0 -> 2.2.1

Diff: https://github.com/ocaml/odoc/compare/2.2.0...2.2.1

Changelog: https://github.com/ocaml/odoc/blob/2.2.1/CHANGES.md
This commit is contained in:
Mario Rodas 2023-08-12 04:20:00 +00:00 committed by Vincent Laporte
parent c88c1f5a36
commit 5ffd4ef382

View File

@ -6,15 +6,13 @@
buildDunePackage rec {
pname = "odoc";
version = "2.2.0";
version = "2.2.1";
src = fetchurl {
url = "https://github.com/ocaml/odoc/releases/download/${version}/odoc-${version}.tbz";
sha256 = "sha256-aBjJcfwMPu2dPRQzifgHObFhivcLn9tEOzW9fwEhdAw=";
sha256 = "sha256-F4blO/CCT+HHx7gdKn2EaEal0RZ3lp5jljYfd6OBaAM=";
};
duneVersion = "3";
nativeBuildInputs = [ cppo ];
buildInputs = [ astring cmdliner fpath result tyxml odoc-parser fmt ];
@ -35,5 +33,6 @@ buildDunePackage rec {
license = lib.licenses.isc;
maintainers = [ lib.maintainers.vbgl ];
homepage = "https://github.com/ocaml/odoc";
changelog = "https://github.com/ocaml/odoc/blob/${version}/CHANGES.md";
};
}