diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-10-30 07:46:31 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-30 21:42:31 +0100 |
commit | 67cfb83ff1f7078cf500b8bb45e7d4a97a99d7a6 (patch) | |
tree | 52a60b38209507233b1437ebeb780bcf249547c2 | |
parent | 807d961cc9f192d90dc0b6a7fea6615d836485bd (diff) | |
download | guix-67cfb83ff1f7078cf500b8bb45e7d4a97a99d7a6.tar guix-67cfb83ff1f7078cf500b8bb45e7d4a97a99d7a6.tar.gz |
gnu: r-msnbase: Update to 2.6.4.
* gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.6.4.
-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 9e5f0eae72..a45990d80e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9733,14 +9733,14 @@ structure (pcaRes) to provide a common interface to the PCA results.") (define-public r-msnbase (package (name "r-msnbase") - (version "2.6.3") + (version "2.6.4") (source (origin (method url-fetch) (uri (bioconductor-uri "MSnbase" version)) (sha256 (base32 - "15jhqg02ypmznc0wxksw56yij02csy678vqy531fdv86fsmypwa0")))) + "1civd8b1rd5n6ys52dazw5m1yy2wq7049dbbyhzv7pjpa1m2x1rm")))) (properties `((upstream-name . "MSnbase"))) (build-system r-build-system) (propagated-inputs |