guix-commits
[Top][All Lists]
Advanced

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

75/151: gnu: r-edger: Update to 3.24.0.


From: Ricardo Wurmus
Subject: 75/151: gnu: r-edger: Update to 3.24.0.
Date: Wed, 7 Nov 2018 06:28:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 08cd2d5b59f1c58aa557ab1dcf9060247b4b88ef
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 12:02:33 2018 +0100

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



reply via email to

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