gnu: r-xcms: Update to 3.6.1.
* gnu/packages/bioconductor.scm (r-xcms): Update to 3.6.1.
This commit is contained in:
parent
b9a7f9c065
commit
40b2f7bc0e
|
@ -4073,14 +4073,14 @@ based on @dfn{Continuous Wavelet Transform} (CWT).")
|
||||||
(define-public r-xcms
|
(define-public r-xcms
|
||||||
(package
|
(package
|
||||||
(name "r-xcms")
|
(name "r-xcms")
|
||||||
(version "3.6.0")
|
(version "3.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "xcms" version))
|
(uri (bioconductor-uri "xcms" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bpbsda38v7y9072ixslh4pnx1yq6s5cff4x7d4h9kgns3bskvcv"))))
|
"06vhqvvzlkc5bslswagrapmn5ag3x84xg9gxk0fhlmgwapqwki1g"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biobase" ,r-biobase)
|
`(("r-biobase" ,r-biobase)
|
||||||
|
|
Loading…
Reference in New Issue