diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 15:14:31 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 15:39:03 +0100 |
commit | da03fa3c908ffe6c1082e03d5cdfdf071269304f (patch) | |
tree | 9daa5d83b33dc8aeeef6e5ec965bdc517bb61dfe /gnu/packages | |
parent | 8f5d2c3abcee3b89954a2f5799fad8353454d979 (diff) | |
download | guix-da03fa3c908ffe6c1082e03d5cdfdf071269304f.tar.gz guix-da03fa3c908ffe6c1082e03d5cdfdf071269304f.zip |
gnu: r-edger: Update to 3.28.0.
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.28.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 ba94ac9b55..f036e9137e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7448,13 +7448,13 @@ names in their natural, rather than lexicographic, order.") (define-public r-edger (package (name "r-edger") - (version "3.26.8") + (version "3.28.0") (source (origin (method url-fetch) (uri (bioconductor-uri "edgeR" version)) (sha256 (base32 - "1wwimzviy2vklp80faz7sbbp74qcw2csbmlfgvzj7b785vwarpwg")))) + "1m7l6fbyik1b79v0h9qkmpa39svij1yiw24gxahbdqjg7fzsavh3")))) (properties `((upstream-name . "edgeR"))) (build-system r-build-system) (propagated-inputs |