mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -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
|
||||
(package
|
||||
(name "r-dose")
|
||||
(version "3.26.1")
|
||||
(version "3.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DOSE" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1whvgzw8p0nm3kchdndrxj4x3fhmq0vgbz77d54sqq1qri4j35qx"))))
|
||||
"1xirazskw2d0fllyf27jvsm69amcil1znx81m9d613vl03dpwswy"))))
|
||||
(properties `((upstream-name . "DOSE")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -14830,6 +14830,8 @@ (define-public r-dose
|
|||
r-ggplot2
|
||||
r-gosemsim
|
||||
r-hdo-db
|
||||
r-hpo-db
|
||||
r-mpo-db
|
||||
r-qvalue
|
||||
r-reshape2))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue