guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: r-edger: Update to 3.16.5.


From: Ricardo Wurmus
Subject: 07/11: gnu: r-edger: Update to 3.16.5.
Date: Thu, 29 Dec 2016 21:24:17 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 5d3acc0b36b17672c8c83980cf26ff2f7553d0d9
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 29 22:11:51 2016 +0100

    gnu: r-edger: Update to 3.16.5.
    
    * gnu/packages/bioinformatics.scm (r-edger): Update to 3.16.5.
---
 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 313976a..8208492 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6200,13 +6200,13 @@ names in their natural, rather than lexicographic, 
order.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "3.16.1")
+    (version "3.16.5")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "1r6hhwkqp13m022hjajzr1lnjsbai0yjhykwn0kp1f0la990a808"))))
+                "04vpa0a6dkkjyvvfbkmfjyaxf2ldkagi66g028qpaszd8jsk8yiv"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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