gnu: r-dose: Update to 3.28.2.

* gnu/packages/bioconductor.scm (r-dose): Update to 3.28.2.
[propagated-inputs]: Remove r-hpo-db and r-mpo-db; add r-yulab-utils.

Change-Id: Ia29d318cac9b1e261fb89fc4d15f8b40ec3583f3
This commit is contained in:
Ricardo Wurmus 2023-12-15 17:47:40 +01:00
parent cff731dae5
commit 0d5917604c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15113,14 +15113,14 @@ to multiple hypothesis correction.")
(define-public r-dose (define-public r-dose
(package (package
(name "r-dose") (name "r-dose")
(version "3.28.0") (version "3.28.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "DOSE" version)) (uri (bioconductor-uri "DOSE" version))
(sha256 (sha256
(base32 (base32
"1xirazskw2d0fllyf27jvsm69amcil1znx81m9d613vl03dpwswy")))) "0kk4l8cxyvcq4cjjnb59zajf4ci0igml13582qqn8123cqkbf8pf"))))
(properties `((upstream-name . "DOSE"))) (properties `((upstream-name . "DOSE")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -15130,10 +15130,9 @@ to multiple hypothesis correction.")
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
r-yulab-utils))
(native-inputs (native-inputs
(list r-knitr)) (list r-knitr))
(home-page "https://guangchuangyu.github.io/software/DOSE/") (home-page "https://guangchuangyu.github.io/software/DOSE/")