From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g3KZW-00065q-18 for guix-patches@gnu.org; Fri, 21 Sep 2018 08:30:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g3KZP-0007nO-GY for guix-patches@gnu.org; Fri, 21 Sep 2018 08:30:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43461) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g3KZP-0007mm-BK for guix-patches@gnu.org; Fri, 21 Sep 2018 08:30:03 -0400 Subject: bug#32587: [PATCH] gnu: Add r-pore. Resent-To: guix-patches@gnu.org, Ricardo Wurmus Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180830103703.10473-1-madalinionel.patrascu@mdc-berlin.de> <20180911145432.3477-1-madalinionel.patrascu@mdc-berlin.de> Date: Fri, 21 Sep 2018 14:29:08 +0200 In-Reply-To: <20180911145432.3477-1-madalinionel.patrascu@mdc-berlin.de> (pimi's message of "Tue, 11 Sep 2018 16:54:32 +0200") Message-ID: <87worf11bf.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: pimi Cc: 32587-done@debbugs.gnu.org Hello, pimi skribis: > gnu/packages/bioinformatics.scm (r-pore): New variable. [...] > + (string-append > + "mirror://sourceforge/projects/rpore/files/"version"/poRe_"vers= ion".tar.gz")) I fixed the URL, clarified the comment about the license, and committed. Thanks! Ludo=E2=80=99.