guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/13: gnu: r-limma: Update to 3.28.17.


From: Ben Woodcroft
Subject: 10/13: gnu: r-limma: Update to 3.28.17.
Date: Thu, 28 Jul 2016 11:55:41 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit f403941f811b54873511d0cd2c9da2c54cffb82f
Author: Ben Woodcroft <address@hidden>
Date:   Thu Jul 28 21:09:41 2016 +1000

    gnu: r-limma: Update to 3.28.17.
    
    * gnu/packages/bioinformatics.scm (r-limma): Update to 3.28.17.
---
 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 5ddcac3..46ac945 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4677,13 +4677,13 @@ coding changes and predict coding outcomes.")
 (define-public r-limma
   (package
     (name "r-limma")
-    (version "3.28.14")
+    (version "3.28.17")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "limma" version))
               (sha256
                (base32
-                "1jgn66ajafhjlqpfcw2p85h6ah8mgmz66znmsw6pcapia7d34akw"))))
+                "124n8dbvl1yy8b1068kqmqszpfhaawk5xfyb73vixma2i66nrcyk"))))
     (build-system r-build-system)
     (home-page "http://bioinf.wehi.edu.au/limma";)
     (synopsis "Package for linear models for microarray and RNA-seq data")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]