gnu: r-xcms: Update to 3.6.0.

* gnu/packages/bioconductor.scm (r-xcms): Update to 3.6.0.
master
Ricardo Wurmus 2019-05-06 00:07:43 +02:00
parent 7c888138ef
commit 298f7f112f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4071,14 +4071,14 @@ based on @dfn{Continuous Wavelet Transform} (CWT).")
(define-public r-xcms
(package
(name "r-xcms")
(version "3.4.4")
(version "3.6.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "xcms" version))
(sha256
(base32
"073f25m7y8z4560k93d99fv72pr7nrgrp054zssi7jhas4l3ddww"))))
"0bpbsda38v7y9072ixslh4pnx1yq6s5cff4x7d4h9kgns3bskvcv"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)