mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-xcms: Update to 4.2.2.
* gnu/packages/bioconductor.scm (r-xcms): Update to 4.2.2. Change-Id: I13a9d324aacd3edc2c9e4f64df68d8efd22a3ca1
This commit is contained in:
parent
0ee810eb3b
commit
2d046146a7
1 changed files with 2 additions and 2 deletions
|
@ -17664,14 +17664,14 @@ (define-public r-massspecwavelet
|
|||
(define-public r-xcms
|
||||
(package
|
||||
(name "r-xcms")
|
||||
(version "4.2.0")
|
||||
(version "4.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "xcms" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cq0jk9xyk5y5mi39zi4gvrpzx65qngfml76bygkhm2lzgy3nddb"))))
|
||||
"1zk9l4ll3047fj0rngvjka2hkg2by26n2h3xm1iyvfiw5068y74y"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
|
|
Loading…
Reference in a new issue