From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: [PATCH] gnu: Add Chez-Scheme. Date: Sat, 14 May 2016 09:55:01 +0200 Message-ID: References: <20160513204428.GA3604@solar> <20160514025111.GB15206@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1UPg-0007ET-8q for guix-devel@gnu.org; Sat, 14 May 2016 03:55:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b1UPe-0002ul-1g for guix-devel@gnu.org; Sat, 14 May 2016 03:55:03 -0400 Received: from mail-vk0-x244.google.com ([2607:f8b0:400c:c05::244]:35128) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1UPd-0002ud-Sp for guix-devel@gnu.org; Sat, 14 May 2016 03:55:02 -0400 Received: by mail-vk0-x244.google.com with SMTP id e126so1050360vkb.2 for ; Sat, 14 May 2016 00:55:01 -0700 (PDT) In-Reply-To: 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: Leo Famulari Cc: Guix-devel On Sat, May 14, 2016 at 9:28 AM, Federico Beffa wrote: > On Sat, May 14, 2016 at 4:51 AM, Leo Famulari wrote: >> On Fri, May 13, 2016 at 10:44:28PM +0200, Andreas Enge wrote: >>> Hi Fede, >>> >>> just a tiny comment, as I do not have more time right now: >>> >>> On Fri, May 13, 2016 at 09:03:25PM +0200, Federico Beffa wrote: >>> > There is no official release yet, so I took a snapshot of the git >>> > repo. We can switch later. >>> > +(define-public chez-scheme >>> > + (package >>> > + (name "chez-scheme") >>> > + (version "20160512.41d94b07") >>> >>> Did we not decide on a convention that was "previous version + git commit", >>> something like "0.0.0-41d94b07", so that the version numbers will increase >>> with the next (or first) release and upgrades will be smooth? >> >> Yes, the manual describes it in 7.6.3 Version Numbers: >> >> https://www.gnu.org/software/guix/manual/guix.html#Version-Numbers > > Officially this is version 9.4 and I suppose the coming release will > have that number. I will then use 9.3-1.41d94b07 so that going to 9.4 > will be seen as an upgrade. Well, the new release has just appeared :-) So I will switch to it immediately. Regards, Fede