rekado pushed a commit to branch master
in repository guix.
commit 800954eba412d292035e1f916b0b697798177add
Author: Ricardo Wurmus <[email protected]>
Date: Wed Nov 7 12:12:14 2018 +0100
gnu: r-aroma-light: Update to 3.12.0.
* gnu/packages/bioinformatics.scm (r-aroma-light): Update to 3.12.0.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f9b2a37..817c59f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9880,14 +9880,14 @@ discovery of differentially expressed genes and
markers.")
(define-public r-aroma-light
(package
(name "r-aroma-light")
- (version "3.10.0")
+ (version "3.12.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "aroma.light" version))
(sha256
(base32
- "1dxsiwsrwcq9mj573f9vpdzrhagdqzal328ma8076px4gg6khxkn"))))
+ "0vfifgpqxjjncbiv6gvlk9jmj14j90r9f30bqk3ks9v1csjnjhrb"))))
(properties `((upstream-name . "aroma.light")))
(build-system r-build-system)
(propagated-inputs