summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-10-30 07:46:31 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-10-30 21:42:31 +0100
commit67cfb83ff1f7078cf500b8bb45e7d4a97a99d7a6 (patch)
tree52a60b38209507233b1437ebeb780bcf249547c2 /gnu
parent807d961cc9f192d90dc0b6a7fea6615d836485bd (diff)
downloadguix-patches-67cfb83ff1f7078cf500b8bb45e7d4a97a99d7a6.tar
guix-patches-67cfb83ff1f7078cf500b8bb45e7d4a97a99d7a6.tar.gz
gnu: r-msnbase: Update to 2.6.4.
* gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.6.4.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm4
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