diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-12 16:26:05 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-06-13 01:19:44 +0200 |
commit | 019bc3673266586506865d8d285a0390a252847d (patch) | |
tree | 7c63b02b06692f41a802c9cefef13c9061f857d7 /gnu | |
parent | f6ddf20891cac6fbd79664e8edd8d207656ead3d (diff) | |
download | guix-019bc3673266586506865d8d285a0390a252847d.tar.gz |
gnu: r-aroma-light: Update to 3.18.0.
* gnu/packages/bioinformatics.scm (r-aroma-light): Update to 3.18.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 0157f85c62..6fab67f569 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9920,14 +9920,14 @@ discovery of differentially expressed genes and markers.") (define-public r-aroma-light (package (name "r-aroma-light") - (version "3.16.0") + (version "3.18.0") (source (origin (method url-fetch) (uri (bioconductor-uri "aroma.light" version)) (sha256 (base32 - "0cgdg650j4dl0b45pwaw49ib97dwjazrv9sqzkygrjmcnnfxry8x")))) + "19y5f2minx2pp73zdh43v1qkwpkaxygkl8cwlnwja15i46s0bcyc")))) (properties `((upstream-name . "aroma.light"))) (build-system r-build-system) (propagated-inputs |