From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 02/02: gnu: automake: Add 1.16. Date: Tue, 27 Feb 2018 17:02:05 +0100 Message-ID: <87h8q21kw2.fsf@gnu.org> References: <20180226184829.15380.6064@vcs0.savannah.gnu.org> <20180226184832.7060120AF5@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqhhk-0007Ry-NP for guix-devel@gnu.org; Tue, 27 Feb 2018 11:02:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqhhg-00013q-S5 for guix-devel@gnu.org; Tue, 27 Feb 2018 11:02:12 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:47802) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eqhhg-00013F-MC for guix-devel@gnu.org; Tue, 27 Feb 2018 11:02:08 -0500 In-Reply-To: (Tobias Geerinckx-Rice's message of "Mon, 26 Feb 2018 20:37:37 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Tobias Geerinckx-Rice Cc: guix-devel@gnu.org Hello Tobias, Tobias Geerinckx-Rice skribis: > On 2018-02-26 19:48, ludo@gnu.org wrote: >> civodul pushed a commit to branch master >> in repository guix. >> >> commit ecbea1bcb1e349eb66140cb3b83329f9699c357a >> Author: Ludovic Court=C3=A8s >> Date: Mon Feb 26 19:47:54 2018 +0100 >> >> gnu: automake: Add 1.16. >> >> * gnu/packages/autotools.scm (automake-1.16): New variable. > > [...] > >> + ;; Make this the default on the next rebuild cycle. > > FYI, I pushed just that to core-updates either just before or just > after your commit (my MUA still sucks). Right, I noticed afterwards. I think that=E2=80=99s fine: next time we mer= ge master into core-updates, we can just remove the extra package. I wanted to have the latest version available for use as a developer. Thanks, Ludo=E2=80=99.