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 (define-public r-dose
(package (package
(name "r-dose") (name "r-dose")
(version "3.30.2") (version "3.30.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "DOSE" version)) (uri (bioconductor-uri "DOSE" version))
(sha256 (sha256
(base32 (base32
"1jf6l0ngmdz1lca2rcjg3rhi9qdrv1pzmn93wa09svi4glsfhy1h")))) "07pljijlyp4labxg4q3kf6wq4acw6axyyw57k1bws3hcf4m1d92x"))))
(properties `((upstream-name . "DOSE"))) (properties `((upstream-name . "DOSE")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -16220,10 +16220,8 @@ to multiple hypothesis correction.")
r-fgsea r-fgsea
r-ggplot2 r-ggplot2
r-gosemsim r-gosemsim
r-hdo-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/")