diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-09-05 14:01:19 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-09-05 20:03:04 +0200 |
commit | 07bd90ce90784eb6803c581a18d8b335ce49e1bd (patch) | |
tree | da1e9a3268796b9586868e7b1ac493c4f6e0d443 /gnu | |
parent | 4ee8c37cca305dd7c581a7bf0fcf82fa351104a8 (diff) |
gnu: r-msnbase: Update to 2.6.3.
* gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.6.3.
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 5b8a1a23b0..01603d2937 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9619,14 +9619,14 @@ structure (pcaRes) to provide a common interface to the PCA results.") (define-public r-msnbase (package (name "r-msnbase") - (version "2.6.1") + (version "2.6.3") (source (origin (method url-fetch) (uri (bioconductor-uri "MSnbase" version)) (sha256 (base32 - "0zrpx9r93q5ca2zdak5rs2m9sjm0wjdra1xfj3d3sx6p5gzfyg6n")))) + "15jhqg02ypmznc0wxksw56yij02csy678vqy531fdv86fsmypwa0")))) (properties `((upstream-name . "MSnbase"))) (build-system r-build-system) (propagated-inputs |