summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-05-05 23:40:21 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-05-06 00:14:38 +0200
commitb65c2649072d3b969a1405939c82af9d170951f4 (patch)
tree102dc5744ea06b351bc36cef67a20ed68c4a48ab /gnu/packages/bioinformatics.scm
parentee386fcb1a6a5dd1e75295da0d8361f2b3bf9fba (diff)
downloadpatches-b65c2649072d3b969a1405939c82af9d170951f4.tar
patches-b65c2649072d3b969a1405939c82af9d170951f4.tar.gz
gnu: r-msnbase: Update to 2.10.0.
* gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.10.0.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-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 345c2a25ca..21f6de4d8c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9363,14 +9363,14 @@ structure (pcaRes) to provide a common interface to the PCA results.")
(define-public r-msnbase
(package
(name "r-msnbase")
- (version "2.8.3")
+ (version "2.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MSnbase" version))
(sha256
(base32
- "1kl1d7byphnfpmbl5fzbgs68dxskhpsdyx7ka51bpfn0nv3pp492"))))
+ "1lqdlyvs2c9g55zf8gnw142ps4jid644fhfvclnax7sjjwrqdjzv"))))
(properties `((upstream-name . "MSnbase")))
(build-system r-build-system)
(propagated-inputs