diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-09-05 13:48:36 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-09-05 20:03:03 +0200 |
commit | 1adf4596a6d268c3d2a249d235569631f8df306f (patch) | |
tree | b7894622c26bdbe9d5aacc16065dea52f2229dd9 /gnu | |
parent | 5728d9c6c081b7a0eeb6d29ec221d4638f6dd083 (diff) |
gnu: r-edger: Update to 3.22.3.
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.22.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 5aec3cc6ae..b6b6e7267c 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7256,13 +7256,13 @@ names in their natural, rather than lexicographic, order.") (define-public r-edger (package (name "r-edger") - (version "3.22.2") + (version "3.22.3") (source (origin (method url-fetch) (uri (bioconductor-uri "edgeR" version)) (sha256 (base32 - "07py2g6vg9jbflwhc1hnzr2silbinrjwxq3mkq30nzjgf0n0hrf3")))) + "0w3jv29n0kkaiig8dbbdqy2dkng8xfaihch82mj9ci5hphrx3nng")))) (properties `((upstream-name . "edgeR"))) (build-system r-build-system) (propagated-inputs |