From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: [PATCH] import cran: Use URL for Bioconductor 3.3. Date: Fri, 6 May 2016 14:56:43 +0200 Message-ID: <1462539403-3238-1-git-send-email-ricardo.wurmus@mdc-berlin.de> 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]:48591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayfJm-00008w-RU for guix-devel@gnu.org; Fri, 06 May 2016 08:57:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ayfJa-0002uK-GL for guix-devel@gnu.org; Fri, 06 May 2016 08:57:13 -0400 Received: from venus.bbbm.mdc-berlin.de ([141.80.25.30]:48944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayfJZ-0002pY-6B for guix-devel@gnu.org; Fri, 06 May 2016 08:57:06 -0400 Received: from localhost (localhost [127.0.0.1]) by venus.bbbm.mdc-berlin.de (Postfix) with ESMTP id 7ADDE38082D for ; Fri, 6 May 2016 14:56:50 +0200 (CEST) Received: from venus.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (venus.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sDmLuHnFPvrI for ; Fri, 6 May 2016 14:56:44 +0200 (CEST) Received: from HTCAONE.mdc-berlin.net (puck.citx.mdc-berlin.de [141.80.36.101]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by venus.bbbm.mdc-berlin.de (Postfix) with ESMTPS for ; Fri, 6 May 2016 14:56:44 +0200 (CEST) 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: guix-devel@gnu.org * guix/import/cran.scm (%bioconductor-svn-url): Update to release URL for version 3.3. --- guix/import/cran.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guix/import/cran.scm b/guix/import/cran.scm index 69485bc..6f2ceed 100644 --- a/guix/import/cran.scm +++ b/guix/import/cran.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright =C2=A9 2015 Ricardo Wurmus +;;; Copyright =C2=A9 2015, 2016 Ricardo Wurmus ;;; Copyright =C2=A9 2015, 2016 Ludovic Court=C3=A8s ;;; ;;; This file is part of GNU Guix. @@ -111,11 +111,11 @@ package definition." (define %cran-url "http://cran.r-project.org/web/packages/") (define %bioconductor-url "http://bioconductor.org/packages/") =20 -;; The latest Bioconductor release is 3.2. Bioconductor packages should= be +;; The latest Bioconductor release is 3.3. Bioconductor packages should= be ;; updated together. (define %bioconductor-svn-url (string-append "https://readonly:readonly@" - "hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_2/" + "hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_3/" "madman/Rpacks/")) =20 =20 --=20 2.7.3