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
|
(define-public r-qfeatures
|
||||||
(package
|
(package
|
||||||
(name "r-qfeatures")
|
(name "r-qfeatures")
|
||||||
(version "1.14.0")
|
(version "1.14.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "QFeatures" version))
|
(uri (bioconductor-uri "QFeatures" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qkbbpgkrlk8k4mj3463pdcimdvpx201gk55wil6v6z56yaifsc5"))))
|
"1sgvabfad3zibrg449y7hw8l59yb2d8q01x7lp841m45b1g0q9d8"))))
|
||||||
(properties `((upstream-name . "QFeatures")))
|
(properties `((upstream-name . "QFeatures")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-annotationfilter
|
(propagated-inputs (list r-annotationfilter
|
||||||
|
@ -12807,6 +12807,7 @@ (define-public r-qfeatures
|
||||||
r-multiassayexperiment
|
r-multiassayexperiment
|
||||||
r-plotly
|
r-plotly
|
||||||
r-protgenerics
|
r-protgenerics
|
||||||
|
r-reshape2
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
r-summarizedexperiment
|
r-summarizedexperiment
|
||||||
r-tidyr
|
r-tidyr
|
||||||
|
|
Loading…
Reference in a new issue