summary refs log tree commit diff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-05-19 09:25:49 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-05-20 12:00:37 +0200
commit7c97f457000358ffc3862ea08f6a08d1f0817cfc (patch)
tree44143a021a9d924dfef972db0d62cb06c2eb1a69 /gnu/packages/bioinformatics.scm
parent2e2e8d4f9ee8ef2365ace88b554c91fd4f511316 (diff)
downloadguix-7c97f457000358ffc3862ea08f6a08d1f0817cfc.tar.gz
gnu: r-edger: Update to 3.26.1.
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.26.1.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 37f2001ea3..95741b2e0a 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.0")
+    (version "3.26.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "10zhnybcwacgwcdp5p792njzl4kcafvnnnxbd7mszhxrm1sliqr8"))))
+                "1bzzlh9bxr7hq7gbqhfyj4fx4v94i7mpg57f3q29p1wd5wx7savk"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs