diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-12-29 22:11:51 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-12-29 22:24:11 +0100 |
commit | 5d3acc0b36b17672c8c83980cf26ff2f7553d0d9 (patch) | |
tree | bc1ce36c46b42943f94c7f07ae4846251a6200ce /gnu/packages | |
parent | 81a17b61e7e8d64ff55abbe1bb406e5115181ba6 (diff) | |
download | guix-5d3acc0b36b17672c8c83980cf26ff2f7553d0d9.tar guix-5d3acc0b36b17672c8c83980cf26ff2f7553d0d9.tar.gz |
gnu: r-edger: Update to 3.16.5.
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.16.5.
Diffstat (limited to 'gnu/packages')
-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 313976ad1b..8208492b00 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6200,13 +6200,13 @@ names in their natural, rather than lexicographic, order.") (define-public r-edger (package (name "r-edger") - (version "3.16.1") + (version "3.16.5") (source (origin (method url-fetch) (uri (bioconductor-uri "edgeR" version)) (sha256 (base32 - "1r6hhwkqp13m022hjajzr1lnjsbai0yjhykwn0kp1f0la990a808")))) + "04vpa0a6dkkjyvvfbkmfjyaxf2ldkagi66g028qpaszd8jsk8yiv")))) (properties `((upstream-name . "edgeR"))) (build-system r-build-system) (propagated-inputs |