mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-qfeatures: Update to 1.14.1.
* gnu/packages/bioconductor.scm (r-qfeatures): Update to 1.14.1. [propagated-inputs]: Add r-reshape2. Change-Id: Id30163d56abcb36778f32279418c10e63a2866b9
This commit is contained in:
parent
3169281f54
commit
60c809cd0b
1 changed files with 3 additions and 2 deletions
|
@ -12788,13 +12788,13 @@ (define-public r-oligo
|
|||
(define-public r-qfeatures
|
||||
(package
|
||||
(name "r-qfeatures")
|
||||
(version "1.14.0")
|
||||
(version "1.14.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "QFeatures" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qkbbpgkrlk8k4mj3463pdcimdvpx201gk55wil6v6z56yaifsc5"))))
|
||||
"1sgvabfad3zibrg449y7hw8l59yb2d8q01x7lp841m45b1g0q9d8"))))
|
||||
(properties `((upstream-name . "QFeatures")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-annotationfilter
|
||||
|
@ -12807,6 +12807,7 @@ (define-public r-qfeatures
|
|||
r-multiassayexperiment
|
||||
r-plotly
|
||||
r-protgenerics
|
||||
r-reshape2
|
||||
r-s4vectors
|
||||
r-summarizedexperiment
|
||||
r-tidyr
|
||||
|
|
Loading…
Reference in a new issue