diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 15:08:24 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-15 15:39:00 +0100 |
commit | 3ccf1e3c20cef02b578e8db0ad4e8de1f0a6d7f7 (patch) | |
tree | 66f9c2024ec968302d2debc268a860649ebe1995 /gnu | |
parent | 783bbe3aceb80cb9b0feec2bf3e11ca36ccbf589 (diff) | |
download | guix-3ccf1e3c20cef02b578e8db0ad4e8de1f0a6d7f7.tar.gz guix-3ccf1e3c20cef02b578e8db0ad4e8de1f0a6d7f7.zip |
gnu: r-aroma-light: Update to 3.16.0.
* gnu/packages/bioinformatics.scm (r-aroma-light): Update to 3.16.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 e4b26e753e..0bae0a5a39 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9546,14 +9546,14 @@ discovery of differentially expressed genes and markers.") (define-public r-aroma-light (package (name "r-aroma-light") - (version "3.14.0") + (version "3.16.0") (source (origin (method url-fetch) (uri (bioconductor-uri "aroma.light" version)) (sha256 (base32 - "0a1prl4jhbqpa85i2vyia1ks9iippzl8np50fvm9wx8kbjxna5l6")))) + "0cgdg650j4dl0b45pwaw49ib97dwjazrv9sqzkygrjmcnnfxry8x")))) (properties `((upstream-name . "aroma.light"))) (build-system r-build-system) (propagated-inputs |