[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: r-limma: Update to 3.44.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: r-limma: Update to 3.44.3. |
Date: |
Mon, 15 Jun 2020 06:00:29 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8b00728 gnu: r-limma: Update to 3.44.3.
8b00728 is described below
commit 8b00728144d0e4bbc740e1595c85f0ecee3f6fb0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 15 12:00:05 2020 +0200
gnu: r-limma: Update to 3.44.3.
* gnu/packages/bioinformatics.scm (r-limma): Update to 3.44.3.
---
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 f60a918..95f8b16 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7813,13 +7813,13 @@ coding changes and predict coding outcomes.")
(define-public r-limma
(package
(name "r-limma")
- (version "3.44.1")
+ (version "3.44.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "limma" version))
(sha256
(base32
- "0l6f6lz1rghj8c5s14ljbnmsrwz27fi6a7g42n15n3d3msvflw36"))))
+ "09fnqxx4rzq5n447aqg2l6y0idfwgz2jxz99sifxsr2q8afzbcj6"))))
(build-system r-build-system)
(home-page "http://bioinf.wehi.edu.au/limma")
(synopsis "Package for linear models for microarray and RNA-seq data")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: r-limma: Update to 3.44.3.,
guix-commits <=