From 8e4cdba2c7e548714b581fde9f5596786a9e5e5a Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Thu, 6 Jul 2023 04:20:00 +0000 Subject: [PATCH] ocamlPackages.utop: 2.12.1 -> 2.13.0 Diff: https://github.com/ocaml-community/utop/compare/2.12.1...2.13.0 Changelog: https://github.com/ocaml-community/utop/blob/2.13.0/CHANGES.md --- pkgs/development/tools/ocaml/utop/default.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pkgs/development/tools/ocaml/utop/default.nix b/pkgs/development/tools/ocaml/utop/default.nix index e1a739e999e0..a06c5fca6381 100644 --- a/pkgs/development/tools/ocaml/utop/default.nix +++ b/pkgs/development/tools/ocaml/utop/default.nix @@ -1,19 +1,19 @@ { lib, stdenv, fetchurl, ocaml, findlib , lambda-term, cppo, makeWrapper, buildDunePackage -, zed, logs, lwt, react, lwt_react +, xdg, zed, logs, lwt, react, lwt_react }: buildDunePackage rec { pname = "utop"; - version = "2.12.1"; - propagatedBuildInputs = [ findlib lambda-term zed logs ]; + version = "2.13.0"; + propagatedBuildInputs = [ findlib lambda-term xdg zed logs ]; - minimalOCamlVersion = "4.08"; + minimalOCamlVersion = "4.11"; src = fetchurl { url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz"; - sha256 = "sha256-Z6S3pUE4RY5Q7keRUVSQuzkikewWgM+sRLgcR+8bIlM="; + sha256 = "sha256-iEUPIABsLRB4Gr6YQbrSpX5ymLXs8b4zu/Hq3r0Shtg="; }; nativeBuildInputs = [ makeWrapper cppo ]; @@ -65,7 +65,8 @@ buildDunePackage rec { It integrates with the tuareg mode in Emacs. ''; - homepage = "https://github.com/diml/utop"; + homepage = "https://github.com/ocaml-community/utop"; + changelog = "https://github.com/ocaml-community/utop/blob/${version}/CHANGES.md"; license = lib.licenses.bsd3; platforms = ocaml.meta.platforms or []; maintainers = [