mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-msnbase: Update to 2.30.1.
* gnu/packages/bioconductor.scm (r-msnbase): Update to 2.30.1. [propagated-inputs]: Remove r-xml; add r-psmatch. Change-Id: Ief36282f6d24273d64cd2408f1e81281d7a1208c
This commit is contained in:
parent
f39bb85461
commit
b1fb666896
1 changed files with 4 additions and 4 deletions
|
@ -9687,14 +9687,14 @@ (define-public r-msa
|
|||
(define-public r-msnbase
|
||||
(package
|
||||
(name "r-msnbase")
|
||||
(version "2.28.1")
|
||||
(version "2.30.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MSnbase" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1622mmm5n8yl4qjq8bda7689qdfz1rhyxyh8s3q5475al1d0mpsl"))))
|
||||
"0cdvi2mjvhj0h8x2rh3kkzrdnmzhr7d9a41m21r6b843a0q7hp6f"))))
|
||||
(properties `((upstream-name . "MSnbase")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -9715,11 +9715,11 @@ (define-public r-msnbase
|
|||
r-pcamethods
|
||||
r-plyr
|
||||
r-protgenerics
|
||||
r-psmatch
|
||||
r-rcpp
|
||||
r-s4vectors
|
||||
r-scales
|
||||
r-vsn
|
||||
r-xml))
|
||||
r-vsn))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(home-page "https://github.com/lgatto/MSnbase")
|
||||
|
|
Loading…
Reference in a new issue