From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOQAM-0007gt-Es for guix-patches@gnu.org; Thu, 31 May 2018 12:11:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOQAI-0000eT-BD for guix-patches@gnu.org; Thu, 31 May 2018 12:11:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48334) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fOQAI-0000eL-7X for guix-patches@gnu.org; Thu, 31 May 2018 12:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fOQAH-0004PB-VW for guix-patches@gnu.org; Thu, 31 May 2018 12:11:02 -0400 Subject: [bug#31621] [PATCH 1/3] gnu: Add hpcguix-web. Resent-Message-ID: From: ludovic.courtes@inria.fr (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180529085717.p6nakfkivswoh5kg@abyayala> <20180530094146.14858-1-pierre-antoine.rouby@inria.fr> Date: Thu, 31 May 2018 18:09:54 +0200 In-Reply-To: <20180530094146.14858-1-pierre-antoine.rouby@inria.fr> (Rouby Pierre-Antoine's message of "Wed, 30 May 2018 11:41:46 +0200") Message-ID: <87wovjlsbx.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Rouby Pierre-Antoine Cc: ng0@n0.is, 31621@debbugs.gnu.org Hello! (Cc=E2=80=99ing Roel, who might have something to say. :-)) Rouby Pierre-Antoine skribis: > * gnu/package/web.scm (hpcguix-web): New variable. [...] > +(define-public hpcguix-web > + (package > + (name "hpcguix-web") > + (version "0.0.1") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/UMCUGenetics/hpcguix-web.gi= t") > + (commit "3e3b9a3a406ee2dcd10c96cbedcc16ea378e8e8f"))) Please use the version scheme as explained in the manual (info "(guix) Version Numbers"). That=E2=80=99s all I have to say. :-) Ludo=E2=80=99.