From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add Chez-Scheme. Date: Fri, 13 May 2016 22:51:11 -0400 Message-ID: <20160514025111.GB15206@jasmine> References: <20160513204428.GA3604@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1Pfo-00060W-72 for guix-devel@gnu.org; Fri, 13 May 2016 22:51:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b1Pfk-0006Qm-VF for guix-devel@gnu.org; Fri, 13 May 2016 22:51:24 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:40747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1Pfj-0006P0-OE for guix-devel@gnu.org; Fri, 13 May 2016 22:51:20 -0400 Content-Disposition: inline In-Reply-To: <20160513204428.GA3604@solar> 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: Andreas Enge Cc: Guix-devel , Federico Beffa 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