gnu: r-dose: Update to 3.30.4.

* gnu/packages/bioconductor.scm (r-dose): Update to 3.30.4.
[propagated-inputs]: Remove r-hdo-db and r-yulab-utils.

Change-Id: Ia8ed1de853bd80ad4c482667c1b3547b113410ae
This commit is contained in:
Ricardo Wurmus 2024-08-26 12:17:02 +02:00
parent bd8e53d39e
commit af299323fc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -16204,14 +16204,14 @@ to multiple hypothesis correction.")
(define-public r-dose
(package
(name "r-dose")
(version "3.30.2")
(version "3.30.4")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DOSE" version))
(sha256
(base32
"1jf6l0ngmdz1lca2rcjg3rhi9qdrv1pzmn93wa09svi4glsfhy1h"))))
"07pljijlyp4labxg4q3kf6wq4acw6axyyw57k1bws3hcf4m1d92x"))))
(properties `((upstream-name . "DOSE")))
(build-system r-build-system)
(propagated-inputs
@ -16220,10 +16220,8 @@ to multiple hypothesis correction.")
r-fgsea
r-ggplot2
r-gosemsim
r-hdo-db
r-qvalue
r-reshape2
r-yulab-utils))
r-reshape2))
(native-inputs
(list r-knitr))
(home-page "https://guangchuangyu.github.io/software/DOSE/")