me
/
guix
Archived
1
0
Fork 0

gnu: r-xcms: Update to 3.14.1.

* gnu/packages/bioconductor.scm (r-xcms): Update to 3.14.1.
Ricardo Wurmus 2021-07-29 17:31:23 +02:00
parent e06beb503c
commit ffb381856d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8612,14 +8612,14 @@ based on @dfn{Continuous Wavelet Transform} (CWT).")
(define-public r-xcms
(package
(name "r-xcms")
(version "3.14.0")
(version "3.14.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "xcms" version))
(sha256
(base32
"1fs72lkgz1jik1smi6bb4f8jh6rrlpxdh3a5hydrnnndfxkz5kwx"))))
"1g8k90p0sbcb3rdrbldj5bcjp2piy5ldni4jplyr78vjpmrmvqk7"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)