summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-02-13 15:54:51 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-02-13 16:18:42 +0100
commitd22abe1e5dd7c9560ea231bb2b4359dc29c99a25 (patch)
tree440eb5cd2e27dcd90075a4c2dec69470f2e2d392 /gnu/packages
parent66ae706c2460cc0e58a7b41b7689dc261c49d964 (diff)
downloadguix-d22abe1e5dd7c9560ea231bb2b4359dc29c99a25.tar.gz
gnu: r-edger: Update to 3.20.8.
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.20.8.
Diffstat (limited to 'gnu/packages')
-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 7689600a4d..f11cbbb736 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6967,13 +6967,13 @@ names in their natural, rather than lexicographic, order.")
 (define-public r-edger
   (package
     (name "r-edger")
-    (version "3.20.2")
+    (version "3.20.8")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "edgeR" version))
               (sha256
                (base32
-                "0j5s3i33qmld9l7gs1rzpv601zxyqz711x8mq35hml088c8s99w9"))))
+                "0g7bj6w61blw3m22hw9rc01n554k9qkjizh7njr3j4shmhads58d"))))
     (properties `((upstream-name . "edgeR")))
     (build-system r-build-system)
     (propagated-inputs