diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-03-01 21:16:00 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-03-01 21:28:53 +0100 |
commit | 22d96920d36ef87ba459dcf1db10641c5ba3ee25 (patch) | |
tree | 316e70fc7ce1f09083e8ce5a7cfdc1e1f1e59b3c /gnu | |
parent | 99e4b11d81292d6c2cdabe8018fd8da144f84d9c (diff) | |
download | patches-22d96920d36ef87ba459dcf1db10641c5ba3ee25.tar patches-22d96920d36ef87ba459dcf1db10641c5ba3ee25.tar.gz |
gnu: r-edger: Update to 3.20.9.
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.20.9.
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 0b9ac7b0bf..0ce038ada7 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6968,13 +6968,13 @@ names in their natural, rather than lexicographic, order.") (define-public r-edger (package (name "r-edger") - (version "3.20.8") + (version "3.20.9") (source (origin (method url-fetch) (uri (bioconductor-uri "edgeR" version)) (sha256 (base32 - "0g7bj6w61blw3m22hw9rc01n554k9qkjizh7njr3j4shmhads58d")))) + "0y52snwbz37xzdd7gihdkqczbndlfzmmypv6hri3ymjyfmlx6qaw")))) (properties `((upstream-name . "edgeR"))) (build-system r-build-system) (propagated-inputs |