mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: r-dose: Update to 3.28.0.
* gnu/packages/bioconductor.scm (r-dose): Update to 3.28.0. [propagated-inputs]: Add r-hpo-db and r-mpo-db. Change-Id: I6c64242cf13cd30274024727571dc0ae7cbc0c94
This commit is contained in:
parent
77f4a907b3
commit
9dcb82f7e7
1 changed files with 4 additions and 2 deletions
|
@ -14813,14 +14813,14 @@ (define-public r-fgsea
|
||||||
(define-public r-dose
|
(define-public r-dose
|
||||||
(package
|
(package
|
||||||
(name "r-dose")
|
(name "r-dose")
|
||||||
(version "3.26.1")
|
(version "3.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DOSE" version))
|
(uri (bioconductor-uri "DOSE" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1whvgzw8p0nm3kchdndrxj4x3fhmq0vgbz77d54sqq1qri4j35qx"))))
|
"1xirazskw2d0fllyf27jvsm69amcil1znx81m9d613vl03dpwswy"))))
|
||||||
(properties `((upstream-name . "DOSE")))
|
(properties `((upstream-name . "DOSE")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -14830,6 +14830,8 @@ (define-public r-dose
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-gosemsim
|
r-gosemsim
|
||||||
r-hdo-db
|
r-hdo-db
|
||||||
|
r-hpo-db
|
||||||
|
r-mpo-db
|
||||||
r-qvalue
|
r-qvalue
|
||||||
r-reshape2))
|
r-reshape2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue