guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: r-edger: Update to 3.26.3.


From: guix-commits
Subject: 04/10: gnu: r-edger: Update to 3.26.3.
Date: Mon, 20 May 2019 09:08:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9c714b9ba9a62917d07ce336630b93fd33a0c35a
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 20 15:06:01 2019 +0200

    gnu: r-edger: Update to 3.26.3.
    
    * gnu/packages/bioinformatics.scm (r-edger): Update to 3.26.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 c57977c..ba05565 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7451,13 +7451,13 @@ names in their natural, rather than lexicographic, 
order.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "3.26.1")
+    (version "3.26.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "1bzzlh9bxr7hq7gbqhfyj4fx4v94i7mpg57f3q29p1wd5wx7savk"))))
+                "12889lwcray2cw0skzy1xp1y3siiz6n5cwx8ni86m7r671p6zmb2"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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