guix-commits
[Top][All Lists]
Advanced

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

05/40: gnu: r-edger: Update to 3.26.5.


From: guix-commits
Subject: 05/40: gnu: r-edger: Update to 3.26.5.
Date: Fri, 28 Jun 2019 19:34:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f0c244229a3cb6e9d92c178c88a7526f697f1589
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 29 01:19:33 2019 +0200

    gnu: r-edger: Update to 3.26.5.
    
    * gnu/packages/bioinformatics.scm (r-edger): Update to 3.26.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 8d63515..1a08947 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7467,13 +7467,13 @@ names in their natural, rather than lexicographic, 
order.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "3.26.4")
+    (version "3.26.5")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "013glavk6a1wpyq3q35k343bdp6rf27w30q59i4kf47rp3i37g15"))))
+                "0iba4krz30dx5b0s89n5cfkwn64867s7vmvvfqms9lbcr4kj439m"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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