From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/3] gnu: Add Catch. Date: Sun, 29 Mar 2015 15:54:02 +0200 Message-ID: <877ftzykn9.fsf@gnu.org> References: <1427491480-27319-1-git-send-email-bavier@member.fsf.org> <1427491480-27319-2-git-send-email-bavier@member.fsf.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]:46831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcDfE-0003Zi-9h for guix-devel@gnu.org; Sun, 29 Mar 2015 09:54:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcDfB-0005qS-30 for guix-devel@gnu.org; Sun, 29 Mar 2015 09:54:08 -0400 In-Reply-To: <1427491480-27319-2-git-send-email-bavier@member.fsf.org> (Eric Bavier's message of "Fri, 27 Mar 2015 16:24:38 -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@gnu.org Eric Bavier skribis: > * gnu/packages/check.scm (catch-framework): New variable. [...] > + (version "1.0.53") ;Sub-minor is the build number > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/philsquared/Catch") > + ;; Semi-arbitrary. Contains mostly documentation fi= xes > + ;; since build 53. > + (commit "b9ec8a1"))) I guess there=E2=80=99s no 1.0.53 tarball? OK! Thanks, Ludo=E2=80=99.