From mboxrd@z Thu Jan 1 00:00:00 1970 From: Unknown Subject: [PATCH 3/4] gnu: r-iranges: Update to 2.4.8 Date: Mon, 29 Feb 2016 09:54:42 +0100 Message-ID: <56d40752.3WfDLcmgjcVNBIr6%pjotr.public12@email> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaJcS-0001Sy-Sn for guix-devel@gnu.org; Mon, 29 Feb 2016 03:55:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaJcN-0000X8-Qq for guix-devel@gnu.org; Mon, 29 Feb 2016 03:55:56 -0500 Received: from mail.thebird.nl ([95.154.246.10]:50385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaJcN-0000X2-Km for guix-devel@gnu.org; Mon, 29 Feb 2016 03:55:51 -0500 From: Pjotr Prins 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: guix-devel@gnu.org * gnu/packages/bioinformatics.scm (r-iranges): Update to 2.4.8 --- gnu/packages/bioinformatics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 9f92e9f..79c392b 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3695,13 +3695,13 @@ S4Vectors package itself.") (define-public r-iranges (package (name "r-iranges") - (version "2.4.6") + (version "2.4.8") (source (origin (method url-fetch) (uri (bioconductor-uri "IRanges" version)) (sha256 (base32 - "00x0266sys1fc5ipa639y84p6m6mgspk2xb099vcwmd3w4hypj9d")))) + "0hi5k1j5jm4xrg1l506g279qw1xkvp1gg1zgsjzpbng4vx4k4iyl")))) (properties `((upstream-name . "IRanges") (r-repository . bioconductor))) -- 2.6.3