Merge pull request #229609 from r-ryantm/auto-update/ocamlPackages.opam-file-format

ocamlPackages.opam-file-format: 2.1.4 -> 2.1.6
This commit is contained in:
Weijia Wang 2023-05-04 01:36:58 +03:00 committed by GitHub
commit a85b93414e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "opam-file-format";
version = "2.1.4";
version = "2.1.6";
src = fetchFromGitHub {
owner = "ocaml";
repo = pname;
rev = version;
sha256 = "sha256-wnAnvLNOc9FRBdLIFR08OKVaIjSEqJrcCIn4hmtYtjY=";
sha256 = "sha256-Ka9pMYB99kM+5X7wf9F13gUrjouZucGevvkSY0TaXGg=";
};
useDune2 = true;