diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-07 12:02:33 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-07 12:27:12 +0100 |
commit | 08cd2d5b59f1c58aa557ab1dcf9060247b4b88ef (patch) | |
tree | 97bd356adeecf1d9116182522bba90ecd3c94869 /gnu/packages | |
parent | 12871693feedf5315d0c4fe78ea444abd8a9dc02 (diff) | |
download | guix-08cd2d5b59f1c58aa557ab1dcf9060247b4b88ef.tar.gz |
gnu: r-edger: Update to 3.24.0.
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.24.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 923b1ae7c9..722d037463 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7391,13 +7391,13 @@ names in their natural, rather than lexicographic, order.") (define-public r-edger (package (name "r-edger") - (version "3.22.5") + (version "3.24.0") (source (origin (method url-fetch) (uri (bioconductor-uri "edgeR" version)) (sha256 (base32 - "0pkcdkh8mwdaca6xa8a7vwdfh46r03rkxwkrf17pwwd4557j7lj7")))) + "0ihihgzrgb4q3xc8xkzp1v76ndgihrj4gas00fa25vggfs1v6hvg")))) (properties `((upstream-name . "edgeR"))) (build-system r-build-system) (propagated-inputs |