diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-05 23:30:47 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-06 00:14:32 +0200 |
commit | 1e3f53a4899775687f47801683fbfcec2c6bcf5e (patch) | |
tree | 1b0766ba2d277a8f9dab79df8a3024fc56e87b03 /gnu/packages | |
parent | 6dc05d0a869e6b616bdea096402ae2c036690f77 (diff) | |
download | patches-1e3f53a4899775687f47801683fbfcec2c6bcf5e.tar patches-1e3f53a4899775687f47801683fbfcec2c6bcf5e.tar.gz |
gnu: r-edger: Update to 3.26.0.
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.26.0.
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 b9941044d1..166c0a8c47 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7449,13 +7449,13 @@ names in their natural, rather than lexicographic, order.") (define-public r-edger (package (name "r-edger") - (version "3.24.3") + (version "3.26.0") (source (origin (method url-fetch) (uri (bioconductor-uri "edgeR" version)) (sha256 (base32 - "15yimsbsxmxhlsfmgw5j7fd8qn08zz4xqxrir1c6n2dc103y22xg")))) + "10zhnybcwacgwcdp5p792njzl4kcafvnnnxbd7mszhxrm1sliqr8")))) (properties `((upstream-name . "edgeR"))) (build-system r-build-system) (propagated-inputs |