guix-commits
[Top][All Lists]
Advanced

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

27/296: gnu: r-edger: Update to 3.30.3.


From: guix-commits
Subject: 27/296: gnu: r-edger: Update to 3.30.3.
Date: Fri, 12 Jun 2020 19:29:28 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c14d59d9ad240f30a10ba274a70d82836598bd18
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:05:29 2020 +0200

    gnu: r-edger: Update to 3.30.3.
    
    * gnu/packages/bioinformatics.scm (r-edger): Update to 3.30.3.
---
 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 46d7754..455aee0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7746,13 +7746,13 @@ names in their natural, rather than lexicographic, 
order.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "3.28.1")
+    (version "3.30.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "07dv99kl7jfa62nzcq705r56gcpb1hq7p4px48j71y2ddi1rqmr6"))))
+                "1z9bkg08rgqn3jm2s4ndbj641w33wl8jd3j6m5if6h2nnw6011ic"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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