guix-commits
[Top][All Lists]
Advanced

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

03/20: gnu: r-edger: Update to 3.20.9.


From: Ricardo Wurmus
Subject: 03/20: gnu: r-edger: Update to 3.20.9.
Date: Thu, 1 Mar 2018 15:29:02 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 22d96920d36ef87ba459dcf1db10641c5ba3ee25
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 1 21:16:00 2018 +0100

    gnu: r-edger: Update to 3.20.9.
    
    * gnu/packages/bioinformatics.scm (r-edger): Update to 3.20.9.
---
 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 0b9ac7b..0ce038a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6968,13 +6968,13 @@ names in their natural, rather than lexicographic, 
order.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "3.20.8")
+    (version "3.20.9")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "0g7bj6w61blw3m22hw9rc01n554k9qkjizh7njr3j4shmhads58d"))))
+                "0y52snwbz37xzdd7gihdkqczbndlfzmmypv6hri3ymjyfmlx6qaw"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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