[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: r-limma: Update to 3.40.2.
From: |
guix-commits |
Subject: |
05/10: gnu: r-limma: Update to 3.40.2. |
Date: |
Mon, 20 May 2019 09:08:44 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a8a465e81663251082944c5ad9a537c0008afc69
Author: Ricardo Wurmus <address@hidden>
Date: Mon May 20 15:06:07 2019 +0200
gnu: r-limma: Update to 3.40.2.
* gnu/packages/bioinformatics.scm (r-limma): Update to 3.40.2.
---
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 ba05565..5bf02d9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7518,13 +7518,13 @@ coding changes and predict coding outcomes.")
(define-public r-limma
(package
(name "r-limma")
- (version "3.40.0")
+ (version "3.40.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "limma" version))
(sha256
(base32
- "03qxn3bs0gxq480vjd26cvhiq7jisw7kpmb3wpkrjk8jnsb10aax"))))
+ "1d4ig2b7fa9mwja52isxrwmprfdjdk1mlcf2skhdp51l24z6wbk7"))))
(build-system r-build-system)
(home-page "http://bioinf.wehi.edu.au/limma")
(synopsis "Package for linear models for microarray and RNA-seq data")
- branch master updated (7a94438 -> ce7a966), guix-commits, 2019/05/20
- 02/10: gnu: r-rhisat2: Update to 1.0.1., guix-commits, 2019/05/20
- 03/10: gnu: r-quasr: Update to 1.24.2., guix-commits, 2019/05/20
- 07/10: gnu: r-ggcorrplot: Update to 0.1.3., guix-commits, 2019/05/20
- 04/10: gnu: r-edger: Update to 3.26.3., guix-commits, 2019/05/20
- 08/10: gnu: r-digest: Update to 0.6.19., guix-commits, 2019/05/20
- 10/10: gnu: r-glmnet: Update to 2.0-18., guix-commits, 2019/05/20
- 09/10: gnu: r-knitr: Update to 1.23., guix-commits, 2019/05/20
- 06/10: gnu: r-gridgraphics: Update to 0.4-1., guix-commits, 2019/05/20
- 01/10: gnu: r-regioner: Update to 1.16.2., guix-commits, 2019/05/20
- 05/10: gnu: r-limma: Update to 3.40.2.,
guix-commits <=