From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eaLiF-0002dV-MS for guix-patches@gnu.org; Sat, 13 Jan 2018 08:19:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eaLiA-0001rc-Ov for guix-patches@gnu.org; Sat, 13 Jan 2018 08:19:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46579) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eaLiA-0001r9-Kz for guix-patches@gnu.org; Sat, 13 Jan 2018 08:19:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eaLiA-0004kI-Fv for guix-patches@gnu.org; Sat, 13 Jan 2018 08:19:02 -0500 Subject: [bug#30096] [PATCH 6/6] gnu: ocaml-findlib: Update to 1.7.3. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eaLhp-0002YX-0y for guix-patches@gnu.org; Sat, 13 Jan 2018 08:18:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eaLhk-0001Na-3u for guix-patches@gnu.org; Sat, 13 Jan 2018 08:18:41 -0500 Received: from lepiller.eu ([89.234.186.109]:41012) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eaLhj-0001Lk-RS for guix-patches@gnu.org; Sat, 13 Jan 2018 08:18:36 -0500 Received: from localhost (static-176-182-42-79.ncc.abo.bbox.fr [176.182.42.79]) by lepiller.eu (OpenSMTPD) with ESMTPSA id 8ce03f1e (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sat, 13 Jan 2018 13:18:45 +0000 (UTC) Date: Sat, 13 Jan 2018 14:18:30 +0100 From: Julien Lepiller Message-ID: <20180113141818.5e2ed551@lepiller.eu> In-Reply-To: <87bmhyuhg7.fsf@gmail.com> References: <87lgh2uigo.fsf@gmail.com> <87bmhyuhg7.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30096@debbugs.gnu.org Le Sat, 13 Jan 2018 05:27:36 -0600, Peter Kreye a =C3=A9crit : > * gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.7.3. > * gnu/packages/ocaml.scm (ocaml-findlib-1.7.3): Removed. > --- > gnu/packages/ocaml.scm | 45 > ++++++++++++++------------------------------- 1 file changed, 14 > insertions(+), 31 deletions(-) >=20 > diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm > index 34458be28..3d2d5c337 100644 > --- a/gnu/packages/ocaml.scm > +++ b/gnu/packages/ocaml.scm > [...] I haven't tested rebuilding everything, but if it works, LGTM. Thank you for your patches!