From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: [PATCH] gnu: r-qtl: Update to 1.38-4 Date: Thu, 21 Jan 2016 08:38:48 +0100 Message-ID: <56a08b08.gbgF6vYdKSPpfSQy%pjotr.public12@thebird.nl> 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]:32871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aM9q2-0007Ka-OG for guix-devel@gnu.org; Thu, 21 Jan 2016 02:39:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aM9px-0000M3-Pl for guix-devel@gnu.org; Thu, 21 Jan 2016 02:39:26 -0500 Received: from mail.thebird.nl ([95.154.246.10]:33302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aM9px-0000Lz-Jm for guix-devel@gnu.org; Thu, 21 Jan 2016 02:39:21 -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: guix-devel@gnu.org * gnu/packages/bioinformatics.scm (r-qtl): Update to 1.38-4 --- 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 f6bc544..8b72c1d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3340,7 +3340,7 @@ manipulating genomic intervals and variables defined along a genome.") (define-public r-qtl (package (name "r-qtl") - (version "1.37-11") + (version "1.38-4") (source (origin (method url-fetch) @@ -3348,7 +3348,7 @@ manipulating genomic intervals and variables defined along a genome.") version ".tar.gz")) (sha256 (base32 - "0h20d36mww7ljp51pfs66xq33yq4b4fwq9nsh02dpmfhlaxgx1xi")))) + "0rv9xhp8lyldpgwxqirhyjqvg07dr5x4x1x2jpyj37dada9ccyx3")))) (build-system r-build-system) (home-page "http://rqtl.org/") (synopsis "R package for analyzing QTL experiments in genetics") -- 2.5.0