guix-commits
[Top][All Lists]
Advanced

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

43/92: gnu: r-edger: Update to 3.22.5.


From: Ricardo Wurmus
Subject: 43/92: gnu: r-edger: Update to 3.22.5.
Date: Tue, 30 Oct 2018 16:48:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 57cf6a14f0d58db651d2b8b82f5c230e89325f0a
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 30 07:45:00 2018 +0100

    gnu: r-edger: Update to 3.22.5.
    
    * gnu/packages/bioinformatics.scm (r-edger): Update to 3.22.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 d8954f7..472c6c2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7389,13 +7389,13 @@ names in their natural, rather than lexicographic, 
order.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "3.22.3")
+    (version "3.22.5")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "0w3jv29n0kkaiig8dbbdqy2dkng8xfaihch82mj9ci5hphrx3nng"))))
+                "0pkcdkh8mwdaca6xa8a7vwdfh46r03rkxwkrf17pwwd4557j7lj7"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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