guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: r-edger: Update to 3.16.1.


From: Ricardo Wurmus
Subject: 10/14: gnu: r-edger: Update to 3.16.1.
Date: Thu, 3 Nov 2016 18:02:16 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit ed3054231d4513d714565e6a8f94a5d8a259d51c
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 3 17:48:22 2016 +0100

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



reply via email to

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