Merge pull request #237383 from r-ryantm/auto-update/ocamlPackages.odoc

ocamlPackages.odoc: 2.1.1 -> 2.2.0
This commit is contained in:
Weijia Wang 2023-06-13 00:31:48 +03:00 committed by GitHub
commit 2238d40b9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
buildDunePackage rec {
pname = "odoc";
version = "2.1.1";
version = "2.2.0";
src = fetchurl {
url = "https://github.com/ocaml/odoc/releases/download/${version}/odoc-${version}.tbz";
sha256 = "sha256-9XTb0ozQ/DorlVJcS7ld320fZAi7T+EhV/pTeIT5h/0=";
sha256 = "sha256-aBjJcfwMPu2dPRQzifgHObFhivcLn9tEOzW9fwEhdAw=";
};
duneVersion = "3";