mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-xcms: Update to 4.2.3.
* gnu/packages/bioconductor.scm (r-xcms): Update to 4.2.3. Change-Id: I17355573c0af40aa8b021da3e46a99a9709b411b
This commit is contained in:
parent
0c051d6520
commit
2474e1e1d7
1 changed files with 2 additions and 2 deletions
|
@ -17670,14 +17670,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 "4.2.2")
|
(version "4.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "xcms" version))
|
(uri (bioconductor-uri "xcms" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zk9l4ll3047fj0rngvjka2hkg2by26n2h3xm1iyvfiw5068y74y"))))
|
"10b3jj7m278df0s83icbl95rbp5m7y0avhsjzfy0mkgyvm13y5ls"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue