diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 12:07:01 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 13:39:11 +0200 |
commit | 0ebd7a4c9f8df90637bca8566156aa6e6531ed35 (patch) | |
tree | 7a5f724416f0594267eefb8e25de628d41a18bbb /gnu | |
parent | bdc8b40af2553dcd27d8bb581a8865c7e9e08d87 (diff) | |
download | guix-0ebd7a4c9f8df90637bca8566156aa6e6531ed35.tar.gz |
gnu: r-aroma-light: Update to 3.10.0.
* gnu/packages/bioinformatics.scm (r-aroma-light): Update to 3.10.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 cee999ad81..7c84c3bdc0 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9768,14 +9768,14 @@ discovery of differentially expressed genes and markers.") (define-public r-aroma-light (package (name "r-aroma-light") - (version "3.8.0") + (version "3.10.0") (source (origin (method url-fetch) (uri (bioconductor-uri "aroma.light" version)) (sha256 (base32 - "0crnk6851jwypqr5l5jcbbay0vi5vvdjyisaf6z2d69c39wmr6sc")))) + "1dxsiwsrwcq9mj573f9vpdzrhagdqzal328ma8076px4gg6khxkn")))) (properties `((upstream-name . "aroma.light"))) (build-system r-build-system) (propagated-inputs |