From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Add guile-minikanren Date: Thu, 23 Apr 2015 23:10:03 +0200 Message-ID: <87pp6ublg4.fsf@gnu.org> References: <87wq14dwd9.fsf@earlgrey.lan> <20150423131751.GA12941@debian.math.u-bordeaux1.fr> <87d22uekq5.fsf@gnu.org> <5683758a81dab8c8c4a07b4b76944938@openmailbox.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]:37692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlONu-00078V-Fq for guix-devel@gnu.org; Thu, 23 Apr 2015 17:10:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlONq-0002YJ-6i for guix-devel@gnu.org; Thu, 23 Apr 2015 17:10:10 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlONq-0002Y9-4D for guix-devel@gnu.org; Thu, 23 Apr 2015 17:10:06 -0400 In-Reply-To: <5683758a81dab8c8c4a07b4b76944938@openmailbox.org> (Eric Bavier's message of "Thu, 23 Apr 2015 14:48:50 -0500") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Eric Bavier Cc: guix-devel Eric Bavier skribis: > On 2015-04-23 13:57, ludo@gnu.org wrote: >>>>> + (source (origin >>>>> + (method git-fetch) >>>>> + (uri (git-reference >>>>> + (url "https://github.com/ijp/minikanren.git") >>>>> + (commit >>>>> "10d507785eab30b0f8b47bf8bb37d880731fc031"))) >>>> >>>> Is there no tarball? If possiblem we would prefer this. >>> >>> No tarball. I would recommend that the first 7 characters of the >>> commit SHA be used as the package version, and this string here could >>> just be replaced with 'version'. >> >> Maybe make the version (string-append "0-" commit) so we can eventually >> increment that zero to make upgrades work, as Andreas notes? >> (I think upstream minikanren is frozen anyway.) > > Why not use YYYYMMDD.<7-char-sha> so that the version is less > arbitrary? It would still sort for upgrades. Fine with me! Ludo=E2=80=99.