diff options
author | Roel Janssen <roel@gnu.org> | 2017-04-28 10:38:44 +0200 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2017-04-28 11:04:39 +0200 |
commit | 00ffd55fa1ebbed456c685f9dd3b71bf1c9d5ce1 (patch) | |
tree | 39d940514a3e202d2de906209b94163f9d0a5d42 /gnu | |
parent | 38b99ccc578da7afff80f85c55f2cb749f5e67d6 (diff) | |
download | guix-00ffd55fa1ebbed456c685f9dd3b71bf1c9d5ce1.tar.gz guix-00ffd55fa1ebbed456c685f9dd3b71bf1c9d5ce1.zip |
gnu: r-edger: Update to 3.18.0.
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.18.0.
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 ce70acdcec..cedf349a46 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6384,13 +6384,13 @@ names in their natural, rather than lexicographic, order.") (define-public r-edger (package (name "r-edger") - (version "3.16.5") + (version "3.18.0") (source (origin (method url-fetch) (uri (bioconductor-uri "edgeR" version)) (sha256 (base32 - "04vpa0a6dkkjyvvfbkmfjyaxf2ldkagi66g028qpaszd8jsk8yiv")))) + "02l17i6xh33dv10swwvyfxrmv5kp23iv278iwvkfq2mnipasfnb9")))) (properties `((upstream-name . "edgeR"))) (build-system r-build-system) (propagated-inputs |